Struct modality_ingest_client::types::BigInt
source · pub struct BigInt(/* private fields */);
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 PartialOrd for BigInt
impl PartialOrd for BigInt
impl Eq for BigInt
impl StructuralPartialEq for BigInt
Auto Trait Implementations§
impl Freeze for BigInt
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)