Struct time::error::ConversionRange
source · pub struct ConversionRange;
Expand description
An error type indicating that a conversion failed because the target type could not store the initial value.
Trait Implementations§
source§impl Clone for ConversionRange
impl Clone for ConversionRange
source§fn clone(&self) -> ConversionRange
fn clone(&self) -> ConversionRange
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 ConversionRange
impl Debug for ConversionRange
source§impl Display for ConversionRange
impl Display for ConversionRange
source§impl Error for ConversionRange
impl Error for ConversionRange
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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 From<ConversionRange> for Error
impl From<ConversionRange> for Error
source§fn from(err: ConversionRange) -> Self
fn from(err: ConversionRange) -> Self
Converts to this type from the input type.
source§impl PartialEq<ConversionRange> for ConversionRange
impl PartialEq<ConversionRange> for ConversionRange
source§fn eq(&self, other: &ConversionRange) -> bool
fn eq(&self, other: &ConversionRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.