Struct toml_document::ArrayEntry [] [src]

pub struct ArrayEntry<'a> {
    // some fields omitted
}

Methods

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

fn to_value(self) -> ArrayValue<'a>

fn len(self) -> usize

fn get(self, idx: usize) -> EntryRef<'a>

fn iter(self) -> Box<Iterator<Item=EntryRef<'a>> + 'a>

fn to_entry(self) -> EntryRef<'a>

Trait Implementations

impl<'a> Copy for ArrayEntry<'a>
[src]

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

fn clone(&self) -> ArrayEntry<'a>

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more