Struct dec::InvalidExponentError
source · pub struct InvalidExponentError;
Expand description
An error indicating that a minimum exponent or maximum exponent is not valid for a given context.
Trait Implementations§
source§impl Debug for InvalidExponentError
impl Debug for InvalidExponentError
source§impl Display for InvalidExponentError
impl Display for InvalidExponentError
source§impl Error for InvalidExponentError
impl Error for InvalidExponentError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq for InvalidExponentError
impl PartialEq for InvalidExponentError
impl Eq for InvalidExponentError
impl StructuralPartialEq for InvalidExponentError
Auto Trait Implementations§
impl Freeze for InvalidExponentError
impl RefUnwindSafe for InvalidExponentError
impl Send for InvalidExponentError
impl Sync for InvalidExponentError
impl Unpin for InvalidExponentError
impl UnwindSafe for InvalidExponentError
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