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