Struct migrant_lib::config::Settings [] [src]

pub struct Settings { /* fields omitted */ }

Project settings

These settings are serialized and saved in a project Migrant.toml config file or defined explicitly in source using the provided builder methods.

Methods

impl Settings
[src]

[src]

Initialize from a serialized settings file

[src]

Initialize a SqliteSettingsBuilder to be configured

[src]

Initialize a PostgresSettingsBuilder to be configured

Trait Implementations

impl Debug for Settings
[src]

[src]

Formats the value using the given formatter.

impl Clone for Settings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more