pub struct Decimal { /* private fields */ }
Expand description
Provides arbitrary-precision floating point decimal.
Implementations§
Trait Implementations§
Source§impl<'a> FromSql<'a> for Decimal
impl<'a> FromSql<'a> for Decimal
fn from_sql(value: ValueRef<'a>) -> FromSqlResult<Self>
Auto Trait Implementations§
impl Freeze for Decimal
impl RefUnwindSafe for Decimal
impl Send for Decimal
impl Sync for Decimal
impl Unpin for Decimal
impl UnwindSafe for Decimal
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