pub struct LndHodlInvoiceState { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for LndHodlInvoiceState
impl Clone for LndHodlInvoiceState
Source§fn clone(&self) -> LndHodlInvoiceState
fn clone(&self) -> LndHodlInvoiceState
Returns a copy 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 LndHodlInvoiceState
impl Debug for LndHodlInvoiceState
Source§impl<'de> Deserialize<'de> for LndHodlInvoiceState
impl<'de> Deserialize<'de> for LndHodlInvoiceState
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for LndHodlInvoiceState
impl Display for LndHodlInvoiceState
Source§impl Serialize for LndHodlInvoiceState
impl Serialize for LndHodlInvoiceState
Source§impl TryFrom<String> for LndHodlInvoiceState
impl TryFrom<String> for LndHodlInvoiceState
Auto Trait Implementations§
impl Freeze for LndHodlInvoiceState
impl RefUnwindSafe for LndHodlInvoiceState
impl Send for LndHodlInvoiceState
impl Sync for LndHodlInvoiceState
impl Unpin for LndHodlInvoiceState
impl UnwindSafe for LndHodlInvoiceState
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