Enum core::time::TryFromFloatSecsErrorKind
source · enum TryFromFloatSecsErrorKind {
Negative,
OverflowOrNan,
}
Variants§
Trait Implementations§
source§impl Clone for TryFromFloatSecsErrorKind
impl Clone for TryFromFloatSecsErrorKind
source§fn clone(&self) -> TryFromFloatSecsErrorKind
fn clone(&self) -> TryFromFloatSecsErrorKind
Returns a copy 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 TryFromFloatSecsErrorKind
impl Debug for TryFromFloatSecsErrorKind
source§impl Eq for TryFromFloatSecsErrorKind
impl Eq for TryFromFloatSecsErrorKind
fn assert_receiver_is_total_eq(&self)
source§impl PartialEq<TryFromFloatSecsErrorKind> for TryFromFloatSecsErrorKind
impl PartialEq<TryFromFloatSecsErrorKind> for TryFromFloatSecsErrorKind
source§fn eq(&self, other: &TryFromFloatSecsErrorKind) -> bool
fn eq(&self, other: &TryFromFloatSecsErrorKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralEq for TryFromFloatSecsErrorKind
impl StructuralPartialEq for TryFromFloatSecsErrorKind
Auto Trait Implementations§
impl Freeze for TryFromFloatSecsErrorKind
impl RefUnwindSafe for TryFromFloatSecsErrorKind
impl Send for TryFromFloatSecsErrorKind
impl Sync for TryFromFloatSecsErrorKind
impl Unpin for TryFromFloatSecsErrorKind
impl UnwindSafe for TryFromFloatSecsErrorKind
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