Struct bonsaidb::core::key::time::DeltaNotRepresentable
pub struct DeltaNotRepresentable;
Expand description
An error that indicates that the stored timestamp is unable to be converted to the destination type without losing data.
Trait Implementations§
§impl Debug for DeltaNotRepresentable
impl Debug for DeltaNotRepresentable
§impl Display for DeltaNotRepresentable
impl Display for DeltaNotRepresentable
§impl Error for DeltaNotRepresentable
impl Error for DeltaNotRepresentable
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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()
§impl From<DeltaNotRepresentable> for TimeError
impl From<DeltaNotRepresentable> for TimeError
§fn from(_: DeltaNotRepresentable) -> TimeError
fn from(_: DeltaNotRepresentable) -> TimeError
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for DeltaNotRepresentable
impl Send for DeltaNotRepresentable
impl Sync for DeltaNotRepresentable
impl Unpin for DeltaNotRepresentable
impl UnwindSafe for DeltaNotRepresentable
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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