pub struct InvalidDecimal;Trait Implementations§
Auto Trait Implementations§
impl Freeze for InvalidDecimal
impl RefUnwindSafe for InvalidDecimal
impl Send for InvalidDecimal
impl Sync for InvalidDecimal
impl Unpin for InvalidDecimal
impl UnwindSafe for InvalidDecimal
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