Struct rustfmt_nightly::Config[][src]

pub struct Config {
    pub license_template: Option<Regex>,
    // some fields omitted
}

Fields

Methods

impl Config
[src]

Returns true if the config key was explicitely set and is the default value.

Trait Implementations

impl Clone for Config
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Config
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Config

impl !Sync for Config