Enum toml_document::ArrayValue [] [src]

pub enum ArrayValue<'a> {
    Inline(&'a InlineArray),
    OfTables,
}

Variants

Inline(&'a InlineArray)OfTables

Trait Implementations

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

fn clone(&self) -> ArrayValue<'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

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