Struct breez_sdk_liquid::model::ReceivePaymentResponse
source · pub struct ReceivePaymentResponse {
pub destination: String,
}
Expand description
Returned when calling crate::sdk::LiquidSdk::receive_payment.
Fields§
§destination: String
Either a BIP21 URI (Liquid or Bitcoin), a Liquid address or an invoice, depending on the [PrepareReceivePaymentResponse] parameters
Trait Implementations§
source§impl Debug for ReceivePaymentResponse
impl Debug for ReceivePaymentResponse
source§impl IntoDart for ReceivePaymentResponse
impl IntoDart for ReceivePaymentResponse
source§impl IntoIntoDart<ReceivePaymentResponse> for ReceivePaymentResponse
impl IntoIntoDart<ReceivePaymentResponse> for ReceivePaymentResponse
fn into_into_dart(self) -> ReceivePaymentResponse
source§impl Serialize for ReceivePaymentResponse
impl Serialize for ReceivePaymentResponse
impl IntoDartExceptPrimitive for ReceivePaymentResponse
Auto Trait Implementations§
impl Freeze for ReceivePaymentResponse
impl RefUnwindSafe for ReceivePaymentResponse
impl Send for ReceivePaymentResponse
impl Sync for ReceivePaymentResponse
impl Unpin for ReceivePaymentResponse
impl UnwindSafe for ReceivePaymentResponse
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