pub struct NumSize(/* private fields */);
Implementations§
Trait Implementations§
impl Copy for NumSize
impl Eq for NumSize
impl StructuralPartialEq for NumSize
Auto Trait Implementations§
impl Freeze for NumSize
impl RefUnwindSafe for NumSize
impl Send for NumSize
impl Sync for NumSize
impl Unpin for NumSize
impl UnwindSafe for NumSize
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