pub struct CreateInvoiceParams { /* private fields */ }Trait Implementations§
Source§impl Debug for CreateInvoiceParams
impl Debug for CreateInvoiceParams
Auto Trait Implementations§
impl Freeze for CreateInvoiceParams
impl RefUnwindSafe for CreateInvoiceParams
impl Send for CreateInvoiceParams
impl Sync for CreateInvoiceParams
impl Unpin for CreateInvoiceParams
impl UnwindSafe for CreateInvoiceParams
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