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