Struct modality_mutator_protocol::attrs::BigInt
source · pub struct BigInt(_);
Expand description
Newtype wrapper to get correct-by-construction promises about minimal AttrVal variant selection.
Implementations§
Methods from Deref<Target = i128>§
pub const MIN: i128 = -170_141_183_460_469_231_731_687_303_715_884_105_728i128
pub const MAX: i128 = 170_141_183_460_469_231_731_687_303_715_884_105_727i128
pub const BITS: u32 = 128u32
Trait Implementations§
source§impl Ord for BigInt
impl Ord for BigInt
source§impl PartialEq<BigInt> for BigInt
impl PartialEq<BigInt> for BigInt
source§impl PartialOrd<BigInt> for BigInt
impl PartialOrd<BigInt> for BigInt
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 moreimpl Eq for BigInt
impl StructuralEq for BigInt
impl StructuralPartialEq for BigInt
Auto Trait Implementations§
impl RefUnwindSafe for BigInt
impl Send for BigInt
impl Sync for BigInt
impl Unpin for BigInt
impl UnwindSafe for BigInt
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