pub enum IllegalTime {
NaN,
Infinite,
NegativeInfinite,
}Variants§
Trait Implementations§
Source§impl Clone for IllegalTime
impl Clone for IllegalTime
Source§fn clone(&self) -> IllegalTime
fn clone(&self) -> IllegalTime
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 IllegalTime
impl Debug for IllegalTime
Source§impl Display for IllegalTime
impl Display for IllegalTime
Source§impl Error for IllegalTime
impl Error for IllegalTime
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 IllegalTime
impl PartialEq for IllegalTime
impl Copy for IllegalTime
impl Eq for IllegalTime
impl StructuralPartialEq for IllegalTime
Auto Trait Implementations§
impl Freeze for IllegalTime
impl RefUnwindSafe for IllegalTime
impl Send for IllegalTime
impl Sync for IllegalTime
impl Unpin for IllegalTime
impl UnwindSafe for IllegalTime
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