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