[−][src]Enum parse_zoneinfo::table::Error
Something that can go wrong while constructing a Table.
Variants
A continuation line was passed in, but the previous line wasn’t a zone definition line.
UnknownRuleset(&'line str)A zone definition referred to a ruleset that hadn’t been defined.
DuplicateLink(&'line str)A link line was passed in, but there’s already a link with that name.
A zone line was passed in, but there’s already a zone with that name.
Trait Implementations
impl<'line> Clone for Error<'line>[src]
impl<'line> Copy for Error<'line>[src]
impl<'line> Debug for Error<'line>[src]
impl<'line> Display for Error<'line>[src]
impl<'line> Error for Error<'line>[src]
fn description(&self) -> &str[src]
fn cause(&self) -> Option<&dyn ErrorTrait>[src]
fn source(&self) -> Option<&(dyn Error + 'static)>1.30.0[src]
fn backtrace(&self) -> Option<&Backtrace>[src]
impl<'line> PartialEq<Error<'line>> for Error<'line>[src]
impl<'line> StructuralPartialEq for Error<'line>[src]
Auto Trait Implementations
impl<'line> RefUnwindSafe for Error<'line>
impl<'line> Send for Error<'line>
impl<'line> Sync for Error<'line>
impl<'line> Unpin for Error<'line>
impl<'line> UnwindSafe for Error<'line>
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> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
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>,
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>,