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