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