Enum json_config::ConfigurationSource [] [src]

pub enum ConfigurationSource {
    StringContent(String),
    FileContent(String),
    JsonContent(Value),
}

Variants

Trait Implementations

impl Clone for ConfigurationSource
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more