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
name: &'table str
This entry’s name, which can still include slashes.
children: Vec<Child<'table>>
A vector of sorted child names, which should have no slashes in.
Trait Implementations
impl<'table> PartialEq for TableStructureEntry<'table>
[src]
fn eq(&self, __arg_0: &TableStructureEntry<'table>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &TableStructureEntry<'table>) -> bool
[src]
This method tests for !=
.