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