pub struct DecimalValue { /* private fields */ }Expand description
Runtime representation of a Decimal128 value.
Implementations§
Source§impl DecimalValue
impl DecimalValue
Trait Implementations§
Source§impl Clone for DecimalValue
impl Clone for DecimalValue
Source§fn clone(&self) -> DecimalValue
fn clone(&self) -> DecimalValue
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DecimalValue
impl Debug for DecimalValue
Source§impl Display for DecimalValue
impl Display for DecimalValue
Source§impl From<DecimalValue> for Literal
impl From<DecimalValue> for Literal
Source§fn from(v: DecimalValue) -> Self
fn from(v: DecimalValue) -> Self
Converts to this type from the input type.
Source§impl FromStr for DecimalValue
impl FromStr for DecimalValue
Source§impl Hash for DecimalValue
impl Hash for DecimalValue
Source§impl Ord for DecimalValue
impl Ord for DecimalValue
Source§impl PartialEq for DecimalValue
impl PartialEq for DecimalValue
Source§impl PartialOrd for DecimalValue
impl PartialOrd for DecimalValue
impl Copy for DecimalValue
impl Eq for DecimalValue
impl StructuralPartialEq for DecimalValue
Auto Trait Implementations§
impl Freeze for DecimalValue
impl RefUnwindSafe for DecimalValue
impl Send for DecimalValue
impl Sync for DecimalValue
impl Unpin for DecimalValue
impl UnwindSafe for DecimalValue
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