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