struct Decimal128Spec;
Expand description
Spec for Decimal128 -> VariantDecimal16
Trait Implementations§
Source§impl DecimalSpec for Decimal128Spec
impl DecimalSpec for Decimal128Spec
Auto Trait Implementations§
impl Freeze for Decimal128Spec
impl RefUnwindSafe for Decimal128Spec
impl Send for Decimal128Spec
impl Sync for Decimal128Spec
impl Unpin for Decimal128Spec
impl UnwindSafe for Decimal128Spec
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