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)>
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 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 for ConversionRange
impl PartialEq for ConversionRange
source§impl TryFrom<Error> for ConversionRange
impl TryFrom<Error> for ConversionRange
impl Copy for ConversionRange
impl Eq for ConversionRange
impl StructuralPartialEq for ConversionRange
Auto Trait Implementations§
impl Freeze for ConversionRange
impl RefUnwindSafe for ConversionRange
impl Send for ConversionRange
impl Sync for ConversionRange
impl Unpin for ConversionRange
impl UnwindSafe for ConversionRange
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)