pub struct IBtBolt11Invoice {
pub request: String,
pub state: BtBolt11InvoiceState,
pub expires_at: String,
pub updated_at: String,
}Fields§
§request: String§state: BtBolt11InvoiceState§expires_at: String§updated_at: StringTrait Implementations§
Source§impl Clone for IBtBolt11Invoice
impl Clone for IBtBolt11Invoice
Source§fn clone(&self) -> IBtBolt11Invoice
fn clone(&self) -> IBtBolt11Invoice
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 IBtBolt11Invoice
impl Debug for IBtBolt11Invoice
Source§impl<'de> Deserialize<'de> for IBtBolt11Invoice
impl<'de> Deserialize<'de> for IBtBolt11Invoice
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
Auto Trait Implementations§
impl Freeze for IBtBolt11Invoice
impl RefUnwindSafe for IBtBolt11Invoice
impl Send for IBtBolt11Invoice
impl Sync for IBtBolt11Invoice
impl Unpin for IBtBolt11Invoice
impl UnwindSafe for IBtBolt11Invoice
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