Struct edgedb_protocol::model::BigInt
source · pub struct BigInt { /* private fields */ }
Expand description
Virtually unlimited precision integer.
Trait Implementations§
source§impl PartialEq<BigInt> for BigInt
impl PartialEq<BigInt> 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