Enum time_tz::posix_tz::RangeError
source · [−]pub enum RangeError {
Time,
Date,
}Available on crate feature
posix-tz only.Expand description
A range error returned when a field is out of the range defined in POSIX.
Variants
Time
One of the time field in the given string was out of range.
Date
One of the date field in the given string was out of range.
Trait Implementations
sourceimpl Debug for RangeError
impl Debug for RangeError
Auto Trait Implementations
impl RefUnwindSafe for RangeError
impl Send for RangeError
impl Sync for RangeError
impl Unpin for RangeError
impl UnwindSafe for RangeError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more