Struct breez_sdk_liquid::model::PrepareReceiveResponse
source · pub struct PrepareReceiveResponse {
pub payment_method: PaymentMethod,
pub payer_amount_sat: Option<u64>,
pub fees_sat: u64,
}
Expand description
Returned when calling crate::sdk::LiquidSdk::prepare_receive_payment.
Fields§
§payment_method: PaymentMethod
§payer_amount_sat: Option<u64>
§fees_sat: u64
Trait Implementations§
source§impl Debug for PrepareReceiveResponse
impl Debug for PrepareReceiveResponse
source§impl IntoDart for PrepareReceiveResponse
impl IntoDart for PrepareReceiveResponse
source§impl IntoIntoDart<PrepareReceiveResponse> for PrepareReceiveResponse
impl IntoIntoDart<PrepareReceiveResponse> for PrepareReceiveResponse
fn into_into_dart(self) -> PrepareReceiveResponse
source§impl Serialize for PrepareReceiveResponse
impl Serialize for PrepareReceiveResponse
impl IntoDartExceptPrimitive for PrepareReceiveResponse
Auto Trait Implementations§
impl Freeze for PrepareReceiveResponse
impl RefUnwindSafe for PrepareReceiveResponse
impl Send for PrepareReceiveResponse
impl Sync for PrepareReceiveResponse
impl Unpin for PrepareReceiveResponse
impl UnwindSafe for PrepareReceiveResponse
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