Struct migrant::Settings [] [src]

pub struct Settings { /* fields omitted */ }

Settings that are serialized and saved in a project .migrant file

Trait Implementations

impl Encodable for Settings
[src]

Serialize a value using an Encoder.

impl Decodable for Settings
[src]

Deserialize a value using a Decoder.

impl Debug for Settings
[src]

Formats the value using the given formatter.

impl Clone for Settings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more