pub struct IntegerDeltaError(/* private fields */);
Expand description
If an integer’s range is too small to store an offset, then this error is generated
Trait Implementations§
Source§impl Debug for IntegerDeltaError
impl Debug for IntegerDeltaError
Source§impl Display for IntegerDeltaError
impl Display for IntegerDeltaError
Source§impl Error for IntegerDeltaError
impl Error for IntegerDeltaError
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()
Auto Trait Implementations§
impl Freeze for IntegerDeltaError
impl RefUnwindSafe for IntegerDeltaError
impl Send for IntegerDeltaError
impl Sync for IntegerDeltaError
impl Unpin for IntegerDeltaError
impl UnwindSafe for IntegerDeltaError
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