Struct edgedb_protocol::model::BigInt
source · [−]pub struct BigInt { /* private fields */ }
Expand description
Virtually unlimited precision integer.
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> QueryArg for T where
T: ScalarArg,
impl<T> QueryArg for T where
T: ScalarArg,
fn encode_slot(&self, enc: &mut Encoder<'_>) -> Result<(), Error>
fn check_descriptor(
ctx: &DescriptorContext<'_>,
pos: TypePos
) -> Result<(), Error>
sourceimpl<T> Queryable for T where
T: DecodeScalar,
impl<T> Queryable for T where
T: DecodeScalar,
fn decode(_decoder: &Decoder, buf: &[u8]) -> Result<T, DecodeError>
fn check_descriptor(
ctx: &DescriptorContext<'_>,
type_pos: TypePos
) -> Result<(), DescriptorMismatch>
fn decode_optional(
decoder: &Decoder,
buf: Option<&[u8]>
) -> Result<Self, DecodeError>
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more