Struct r3_core::time::TryFromDurationError
source · pub struct TryFromDurationError(_);
Expand description
Error type returned when a checked duration type conversion fails.
Trait Implementations§
source§impl Clone for TryFromDurationError
impl Clone for TryFromDurationError
source§fn clone(&self) -> TryFromDurationError
fn clone(&self) -> TryFromDurationError
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 TryFromDurationError
impl Debug for TryFromDurationError
source§impl PartialEq<TryFromDurationError> for TryFromDurationError
impl PartialEq<TryFromDurationError> for TryFromDurationError
source§fn eq(&self, other: &TryFromDurationError) -> bool
fn eq(&self, other: &TryFromDurationError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.