Enum config::FileFormat [] [src]

pub enum FileFormat {
    Toml,
    Json,
    Yaml,
    Hjson,
}

Variants

TOML (parsed with toml)

JSON (parsed with serde_json)

YAML (parsed with yaml_rust)

HJSON (parsed with serde_hjson)

Trait Implementations

impl Debug for FileFormat
[src]

[src]

Formats the value using the given formatter.

impl Clone for FileFormat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FileFormat
[src]

impl Eq for FileFormat
[src]

impl PartialEq for FileFormat
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Hash for FileFormat
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more