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