pub struct NonNegativeInteger(/* private fields */);Trait Implementations§
Source§impl Clone for NonNegativeInteger
impl Clone for NonNegativeInteger
Source§fn clone(&self) -> NonNegativeInteger
fn clone(&self) -> NonNegativeInteger
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NonNegativeInteger
impl Debug for NonNegativeInteger
Source§impl Display for NonNegativeInteger
impl Display for NonNegativeInteger
Source§impl From<NonNegativeInteger> for Value
impl From<NonNegativeInteger> for Value
Source§fn from(n: NonNegativeInteger) -> Self
fn from(n: NonNegativeInteger) -> Self
Converts to this type from the input type.
Source§impl Hash for NonNegativeInteger
impl Hash for NonNegativeInteger
Auto Trait Implementations§
impl Freeze for NonNegativeInteger
impl RefUnwindSafe for NonNegativeInteger
impl Send for NonNegativeInteger
impl Sync for NonNegativeInteger
impl Unpin for NonNegativeInteger
impl UnsafeUnpin for NonNegativeInteger
impl UnwindSafe for NonNegativeInteger
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