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