[−][src]Struct parse_zoneinfo::structure::TableStructureEntry
An entry returned from a TableStructure iterator.
Fields
name: &'table strThis 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> Debug for TableStructureEntry<'table>[src]
impl<'table> PartialEq<TableStructureEntry<'table>> for TableStructureEntry<'table>[src]
fn eq(&self, other: &TableStructureEntry<'table>) -> bool[src]
fn ne(&self, other: &TableStructureEntry<'table>) -> bool[src]
impl<'table> StructuralPartialEq for TableStructureEntry<'table>[src]
Auto Trait Implementations
impl<'table> RefUnwindSafe for TableStructureEntry<'table>
impl<'table> Send for TableStructureEntry<'table>
impl<'table> Sync for TableStructureEntry<'table>
impl<'table> Unpin for TableStructureEntry<'table>
impl<'table> UnwindSafe for TableStructureEntry<'table>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,