Struct modality_api::types::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>§
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 more