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