pub enum ListPaymentDetails {
Liquid {
destination: String,
},
Bitcoin {
address: String,
},
}
Expand description
An argument of ListPaymentsRequest when calling crate::sdk::LiquidSdk::list_payments.
Variants§
Trait Implementations§
source§impl Debug for ListPaymentDetails
impl Debug for ListPaymentDetails
source§impl IntoDart for ListPaymentDetails
impl IntoDart for ListPaymentDetails
source§impl IntoIntoDart<ListPaymentDetails> for ListPaymentDetails
impl IntoIntoDart<ListPaymentDetails> for ListPaymentDetails
fn into_into_dart(self) -> ListPaymentDetails
source§impl Serialize for ListPaymentDetails
impl Serialize for ListPaymentDetails
impl IntoDartExceptPrimitive for ListPaymentDetails
Auto Trait Implementations§
impl Freeze for ListPaymentDetails
impl RefUnwindSafe for ListPaymentDetails
impl Send for ListPaymentDetails
impl Sync for ListPaymentDetails
impl Unpin for ListPaymentDetails
impl UnwindSafe for ListPaymentDetails
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
§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