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