Struct ion::Section [] [src]

pub struct Section {
    pub dictionary: Dictionary,
    pub rows: Vec<Row>,
}

Fields

Methods

impl Section
[src]

like get, only returns a Result

Trait Implementations

impl Display for Section
[src]

Formats the value using the given formatter. Read more

impl Debug for Section
[src]

Formats the value using the given formatter.

impl PartialEq for Section
[src]

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

This method tests for !=.

impl<'a> IntoIterator for &'a Section
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

impl IntoIterator for Section
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more