pub struct WithdrawInvoiceData {
pub request: String,
pub fast_request: String,
pub uri: String,
pub fast_uri: String,
}
Fields§
§request: String
§fast_request: String
§uri: String
§fast_uri: String
Trait Implementations§
Source§impl Debug for WithdrawInvoiceData
impl Debug for WithdrawInvoiceData
Source§impl<'de> Deserialize<'de> for WithdrawInvoiceData
impl<'de> Deserialize<'de> for WithdrawInvoiceData
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 WithdrawInvoiceData
impl RefUnwindSafe for WithdrawInvoiceData
impl Send for WithdrawInvoiceData
impl Sync for WithdrawInvoiceData
impl Unpin for WithdrawInvoiceData
impl UnwindSafe for WithdrawInvoiceData
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