Enum toml_document::TableValue [] [src]

pub enum TableValue<'a> {
    Inline(&'a InlineTable),
    Implicit,
    Explicit(&'a Container),
}

Variants

Inline(&'a InlineTable)ImplicitExplicit(&'a Container)

Trait Implementations

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

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

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