Struct beetle_nonzero::NonZeroBigUint
source · pub struct NonZeroBigUint { /* private fields */ }Implementations§
Trait Implementations§
source§impl Add<NonZeroBigUint> for NonZeroBigUint
impl Add<NonZeroBigUint> for NonZeroBigUint
source§impl AddAssign<NonZeroBigUint> for NonZeroBigUint
impl AddAssign<NonZeroBigUint> for NonZeroBigUint
source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+= operation. Read moresource§impl Clone for NonZeroBigUint
impl Clone for NonZeroBigUint
source§fn clone(&self) -> NonZeroBigUint
fn clone(&self) -> NonZeroBigUint
Returns a copy 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 NonZeroBigUint
impl Debug for NonZeroBigUint
source§impl Div<NonZeroBigUint> for NonZeroBigUint
impl Div<NonZeroBigUint> for NonZeroBigUint
source§impl DivAssign<NonZeroBigUint> for NonZeroBigUint
impl DivAssign<NonZeroBigUint> for NonZeroBigUint
source§fn div_assign(&mut self, rhs: Self)
fn div_assign(&mut self, rhs: Self)
Performs the
/= operation. Read moresource§impl Mul<NonZeroBigUint> for NonZeroBigUint
impl Mul<NonZeroBigUint> for NonZeroBigUint
source§impl MulAssign<NonZeroBigUint> for NonZeroBigUint
impl MulAssign<NonZeroBigUint> for NonZeroBigUint
source§fn mul_assign(&mut self, rhs: Self)
fn mul_assign(&mut self, rhs: Self)
Performs the
*= operation. Read moresource§impl One for NonZeroBigUint
impl One for NonZeroBigUint
source§impl Ord for NonZeroBigUint
impl Ord for NonZeroBigUint
source§fn cmp(&self, other: &NonZeroBigUint) -> Ordering
fn cmp(&self, other: &NonZeroBigUint) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<NonZeroBigUint> for NonZeroBigUint
impl PartialEq<NonZeroBigUint> for NonZeroBigUint
source§fn eq(&self, other: &NonZeroBigUint) -> bool
fn eq(&self, other: &NonZeroBigUint) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<NonZeroBigUint> for NonZeroBigUint
impl PartialOrd<NonZeroBigUint> for NonZeroBigUint
source§fn partial_cmp(&self, other: &NonZeroBigUint) -> Option<Ordering>
fn partial_cmp(&self, other: &NonZeroBigUint) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Pow<u32> for NonZeroBigUint
impl Pow<u32> for NonZeroBigUint
source§impl Sub<NonZeroBigUint> for NonZeroBigUint
impl Sub<NonZeroBigUint> for NonZeroBigUint
source§impl SubAssign<NonZeroBigUint> for NonZeroBigUint
impl SubAssign<NonZeroBigUint> for NonZeroBigUint
source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
Performs the
-= operation. Read moreimpl Eq for NonZeroBigUint
impl StructuralEq for NonZeroBigUint
impl StructuralPartialEq for NonZeroBigUint
Auto Trait Implementations§
impl RefUnwindSafe for NonZeroBigUint
impl Send for NonZeroBigUint
impl Sync for NonZeroBigUint
impl Unpin for NonZeroBigUint
impl UnwindSafe for NonZeroBigUint
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