pub struct InvoiceLookup {
pub settled: bool,
pub amount_msat: u64,
pub preimage: Option<Vec<u8>>,
}Fields§
§settled: bool§amount_msat: u64§preimage: Option<Vec<u8>>Trait Implementations§
Source§impl Clone for InvoiceLookup
impl Clone for InvoiceLookup
Source§fn clone(&self) -> InvoiceLookup
fn clone(&self) -> InvoiceLookup
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for InvoiceLookup
impl RefUnwindSafe for InvoiceLookup
impl Send for InvoiceLookup
impl Sync for InvoiceLookup
impl Unpin for InvoiceLookup
impl UnsafeUnpin for InvoiceLookup
impl UnwindSafe for InvoiceLookup
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