pub struct StaticInvoicePersisted {}Expand description
Confirmation from a static invoice server that a StaticInvoice was persisted and the
corresponding Offer is ready to be used to receive async payments. Sent to an async
recipient in response to a ServeStaticInvoice message.
Trait Implementations§
Source§impl Clone for StaticInvoicePersisted
impl Clone for StaticInvoicePersisted
Source§fn clone(&self) -> StaticInvoicePersisted
fn clone(&self) -> StaticInvoicePersisted
Returns a duplicate 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 StaticInvoicePersisted
impl Debug for StaticInvoicePersisted
Source§impl Readable for StaticInvoicePersisted
impl Readable for StaticInvoicePersisted
Source§impl Writeable for StaticInvoicePersisted
impl Writeable for StaticInvoicePersisted
Auto Trait Implementations§
impl Freeze for StaticInvoicePersisted
impl RefUnwindSafe for StaticInvoicePersisted
impl Send for StaticInvoicePersisted
impl Sync for StaticInvoicePersisted
impl Unpin for StaticInvoicePersisted
impl UnwindSafe for StaticInvoicePersisted
Blanket Implementations§
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§impl<T> LengthReadable for Twhere
T: Readable,
impl<T> LengthReadable for Twhere
T: Readable,
Source§fn read_from_fixed_length_buffer<R>(reader: &mut R) -> Result<T, DecodeError>where
R: LengthLimitedRead,
fn read_from_fixed_length_buffer<R>(reader: &mut R) -> Result<T, DecodeError>where
R: LengthLimitedRead,
Reads a
Self in from the given LengthLimitedRead.