pub struct NonNegativeInt(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for NonNegativeInt
impl Clone for NonNegativeInt
Source§fn clone(&self) -> NonNegativeInt
fn clone(&self) -> NonNegativeInt
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NonNegativeInt
impl Debug for NonNegativeInt
Source§impl Default for NonNegativeInt
impl Default for NonNegativeInt
Source§impl PartialEq for NonNegativeInt
impl PartialEq for NonNegativeInt
impl Copy for NonNegativeInt
impl Eq for NonNegativeInt
impl StructuralPartialEq for NonNegativeInt
Auto Trait Implementations§
impl Freeze for NonNegativeInt
impl RefUnwindSafe for NonNegativeInt
impl Send for NonNegativeInt
impl Sync for NonNegativeInt
impl Unpin for NonNegativeInt
impl UnsafeUnpin for NonNegativeInt
impl UnwindSafe for NonNegativeInt
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