Struct parse_zoneinfo::structure::TableStructure [] [src]

pub struct TableStructure<'table> { /* fields omitted */ }

The structure of a set of time zone names.

Trait Implementations

impl<'table> PartialEq for TableStructure<'table>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<'table> Debug for TableStructure<'table>
[src]

[src]

Formats the value using the given formatter.

impl<'table> IntoIterator for TableStructure<'table>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more