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