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