Enum toml_document::TableValue [] [src]

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

Variants

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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