Enum log4rs::file::Format [] [src]

pub enum Format {
    Toml,
}

Specifies the format of a configuration file.

Variants

Toml

TOML.

Requires the toml feature.

Trait Implementations

impl Clone for Format
[src]

fn clone(&self) -> Format

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

impl Copy for Format
[src]