Struct time::error::ComponentRange [−][src]
An error type indicating that a component provided to a method was out of range, causing a failure.
Fields (Non-exhaustive)
name: &'static str
Name of the component.
minimum: i64
Minimum allowed value, inclusive.
maximum: i64
Maximum allowed value, inclusive.
value: i64
Value that was provided.
conditional_range: bool
The minimum and/or maximum value is conditional on the value of other parameters.
Trait Implementations
impl Clone for ComponentRange
[src][+]
impl Copy for ComponentRange
[src]
impl Debug for ComponentRange
[src][+]
impl Display for ComponentRange
[src][+]
impl Eq for ComponentRange
[src]
impl Error for ComponentRange
[src][+]
impl From<ComponentRange> for Error
[src][+]
impl From<ComponentRange> for Error
[src][+]
impl Hash for ComponentRange
[src][+]
impl PartialEq<ComponentRange> for ComponentRange
[src][+]
impl StructuralEq for ComponentRange
[src]
impl StructuralPartialEq for ComponentRange
[src]
Auto Trait Implementations
impl RefUnwindSafe for ComponentRange
impl Send for ComponentRange
impl Sync for ComponentRange
impl Unpin for ComponentRange
impl UnwindSafe for ComponentRange
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Sealed<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,