pub enum Decimal {}Expand description
A decimal / scaled_float field (rust_decimal::Decimal).
Trait Implementations§
impl FlussoValue<Decimal> for i8
impl FlussoValue<Decimal> for i16
impl FlussoValue<Decimal> for i32
impl FlussoValue<Decimal> for i64
Auto Trait Implementations§
impl Freeze for Decimal
impl RefUnwindSafe for Decimal
impl Send for Decimal
impl Sync for Decimal
impl Unpin for Decimal
impl UnsafeUnpin 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