pub struct ZeroInt {}Implementations§
Trait Implementations§
impl Copy for ZeroInt
Auto Trait Implementations§
impl Freeze for ZeroInt
impl RefUnwindSafe for ZeroInt
impl Send for ZeroInt
impl Sync for ZeroInt
impl Unpin for ZeroInt
impl UnwindSafe for ZeroInt
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