Enum tz::internals::Structures [] [src]

pub enum Structures {
    Transitions,
    LocalTimeTypes,
    LeapSeconds,
    GMTFlags,
    StandardFlags,
    TimezoneAbbrChars,
}

A description of which value is being read. This gets used solely for error reporting.

Variants

Trait Implementations

impl Debug for Structures
[src]

Formats the value using the given formatter.

impl Display for Structures
[src]

Formats the value using the given formatter. Read more