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