Enum breez_sdk_liquid::model::PaymentType
source · pub enum PaymentType {
Receive = 0,
Send = 1,
}
Variants§
Trait Implementations§
source§impl Clone for PaymentType
impl Clone for PaymentType
source§fn clone(&self) -> PaymentType
fn clone(&self) -> PaymentType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PaymentType
impl Debug for PaymentType
source§impl Display for PaymentType
impl Display for PaymentType
source§impl From<Direction> for PaymentType
impl From<Direction> for PaymentType
source§impl FromSql for PaymentType
impl FromSql for PaymentType
source§fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>
fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>
Converts SQLite value into Rust value.
source§impl FromStr for PaymentType
impl FromStr for PaymentType
source§impl Hash for PaymentType
impl Hash for PaymentType
source§impl IntoDart for PaymentType
impl IntoDart for PaymentType
source§impl IntoIntoDart<PaymentType> for PaymentType
impl IntoIntoDart<PaymentType> for PaymentType
fn into_into_dart(self) -> PaymentType
source§impl PartialEq for PaymentType
impl PartialEq for PaymentType
source§impl Serialize for PaymentType
impl Serialize for PaymentType
source§impl ToSql for PaymentType
impl ToSql for PaymentType
source§impl TryFrom<&str> for PaymentType
impl TryFrom<&str> for PaymentType
impl Copy for PaymentType
impl Eq for PaymentType
impl IntoDartExceptPrimitive for PaymentType
impl StructuralPartialEq for PaymentType
Auto Trait Implementations§
impl Freeze for PaymentType
impl RefUnwindSafe for PaymentType
impl Send for PaymentType
impl Sync for PaymentType
impl Unpin for PaymentType
impl UnwindSafe for PaymentType
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request