Struct elrond::Sections [] [src]

pub struct Sections<'a> { /* fields omitted */ }

Holds all sections

Methods

impl<'a> Sections<'a>
[src]

[src]

Build new sections

[src]

Get a section from its name

In the event there are multiple sections with the same name, this will return the first

[src]

Get the number of sections

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<'a> Clone for Sections<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> IntoIterator for Sections<'a>
[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