pub struct TimestampError(/* private fields */);
Expand description
Returned upon a failed conversion to or from Timestamp
.
Trait Implementations§
Source§impl Clone for TimestampError
impl Clone for TimestampError
Source§fn clone(&self) -> TimestampError
fn clone(&self) -> TimestampError
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 TimestampError
impl Debug for TimestampError
Source§impl Format for TimestampError
impl Format for TimestampError
Source§impl PartialEq for TimestampError
impl PartialEq for TimestampError
impl Copy for TimestampError
impl Eq for TimestampError
impl StructuralPartialEq for TimestampError
Auto Trait Implementations§
impl Freeze for TimestampError
impl RefUnwindSafe for TimestampError
impl Send for TimestampError
impl Sync for TimestampError
impl Unpin for TimestampError
impl UnwindSafe for TimestampError
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