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