pub struct DisableinvoicerequestResponse {
pub label: Option<String>,
pub active: bool,
pub bolt12: String,
pub invreq_id: Sha256,
pub single_use: bool,
pub used: bool,
}Fields§
§label: Option<String>§active: bool§bolt12: String§invreq_id: Sha256§single_use: bool§used: boolTrait Implementations§
Source§impl Clone for DisableinvoicerequestResponse
impl Clone for DisableinvoicerequestResponse
Source§fn clone(&self) -> DisableinvoicerequestResponse
fn clone(&self) -> DisableinvoicerequestResponse
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<'de> Deserialize<'de> for DisableinvoicerequestResponse
impl<'de> Deserialize<'de> for DisableinvoicerequestResponse
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 DisableinvoicerequestResponse
impl RefUnwindSafe for DisableinvoicerequestResponse
impl Send for DisableinvoicerequestResponse
impl Sync for DisableinvoicerequestResponse
impl Unpin for DisableinvoicerequestResponse
impl UnwindSafe for DisableinvoicerequestResponse
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