Struct parse_zoneinfo::structure::TableStructureEntry [] [src]

pub struct TableStructureEntry<'table> {
    pub name: &'table str,
    pub children: Vec<Child<'table>>,
}

An entry returned from a TableStructure iterator.

Fields

This entry’s name, which can still include slashes.

A vector of sorted child names, which should have no slashes in.

Trait Implementations

impl<'table> PartialEq for TableStructureEntry<'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 TableStructureEntry<'table>
[src]

[src]

Formats the value using the given formatter.