[−][src]Enum sunrise_libtimezone::TimeZoneError
Represent a time zone error.
Variants
The time values got out of range internally (usually an overflow was catched)
The given calendar timestamp couldn't be computed.
The given Tzif file couldn't be stored to a TimeZoneRule because it's too big.
Some data inside the Tzif file are invalid.
Some data inside the Tzif file are invalid (type processing failed).
An invalid time comparaison occured (is the time in range of the rules?)
Signed overflow/underflow happened.
Unknown.
Trait Implementations
Auto Trait Implementations
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,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,