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