Struct chrono::OutOfRange
source · [−]pub struct OutOfRange { /* private fields */ }
Expand description
Out of range error type used in various converting APIs
Trait Implementations
sourceimpl Clone for OutOfRange
impl Clone for OutOfRange
sourcefn clone(&self) -> OutOfRange
fn clone(&self) -> OutOfRange
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for OutOfRange
impl Debug for OutOfRange
sourceimpl Display for OutOfRange
impl Display for OutOfRange
sourceimpl Hash for OutOfRange
impl Hash for OutOfRange
sourceimpl PartialEq<OutOfRange> for OutOfRange
impl PartialEq<OutOfRange> for OutOfRange
sourcefn eq(&self, other: &OutOfRange) -> bool
fn eq(&self, other: &OutOfRange) -> bool
impl Copy for OutOfRange
impl Eq for OutOfRange
impl StructuralEq for OutOfRange
impl StructuralPartialEq for OutOfRange
Auto Trait Implementations
impl RefUnwindSafe for OutOfRange
impl Send for OutOfRange
impl Sync for OutOfRange
impl Unpin for OutOfRange
impl UnwindSafe for OutOfRange
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more