enum DecimalErrorKind {
Empty,
InvalidDigit,
}Variants§
Trait Implementations§
Source§impl Clone for DecimalErrorKind
impl Clone for DecimalErrorKind
Source§fn clone(&self) -> DecimalErrorKind
fn clone(&self) -> DecimalErrorKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DecimalErrorKind
impl Debug for DecimalErrorKind
Source§impl PartialEq for DecimalErrorKind
impl PartialEq for DecimalErrorKind
impl Eq for DecimalErrorKind
impl StructuralPartialEq for DecimalErrorKind
Auto Trait Implementations§
impl Freeze for DecimalErrorKind
impl RefUnwindSafe for DecimalErrorKind
impl Send for DecimalErrorKind
impl Sync for DecimalErrorKind
impl Unpin for DecimalErrorKind
impl UnwindSafe for DecimalErrorKind
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