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

TransitionsLocalTimeTypesLeapSecondsGMTFlagsStandardFlagsTimezoneAbbrChars

Trait Implementations

impl Debug for Structures
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Display for Structures
[src]

fn fmt(&self, f: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.