Enum slr_config::ConfigElementKind [] [src]

pub enum ConfigElementKind {
    Value(String),
    Table(BTreeMap<StringConfigElement>),
    Array(Vec<ConfigElement>),
}

Variants

Value(String)Table(BTreeMap<StringConfigElement>)Array(Vec<ConfigElement>)

Trait Implementations

impl Clone for ConfigElementKind
[src]

fn clone(&self) -> ConfigElementKind

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