pub struct OrderQty;Expand description
OrderQty (38).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OrderQty
impl RefUnwindSafe for OrderQty
impl Send for OrderQty
impl Sync for OrderQty
impl Unpin for OrderQty
impl UnsafeUnpin for OrderQty
impl UnwindSafe for OrderQty
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