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