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