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