Struct migrant_lib::ConfigInitializer [] [src]

pub struct ConfigInitializer { /* fields omitted */ }

Project configuration/settings builder to initialize a new config file

Methods

impl ConfigInitializer
[src]

[src]

Start a new ConfigInitializer

[src]

Specify the database_type, checks whether the type is supported

[src]

Set interactive prompts, default is true

[src]

Generate a template config file using provided parameters or prompting the user. If running interactively, the file will be opened for editing and Config::setup will be run automatically.

Trait Implementations

impl Debug for ConfigInitializer
[src]

[src]

Formats the value using the given formatter.

impl Clone for ConfigInitializer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more