Struct edgedb_protocol::model::Decimal
source · [−]pub struct Decimal { /* private fields */ }
Expand description
High-precision decimal number.
Trait Implementations
impl StructuralPartialEq for Decimal
Auto Trait Implementations
impl RefUnwindSafe for Decimal
impl Send for Decimal
impl Sync for Decimal
impl Unpin for Decimal
impl UnwindSafe for Decimal
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