Struct migrant::Config [] [src]

pub struct Config {
    pub path: PathBuf,
    // some fields omitted
}

Project configuration/settings

Fields

Methods

impl Config
[src]

Load .migrant.toml config file from the given path

Reload configuration file

Initialize project in the given directory

Trait Implementations

impl Debug for Config
[src]

Formats the value using the given formatter.

impl Clone for Config
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more