Struct migrant_lib::FileMigration [] [src]

pub struct FileMigration {
    pub tag: String,
    pub up: Option<PathBuf>,
    pub down: Option<PathBuf>,
    pub stamp: Option<DateTime<Utc>>,
}

Fields

Methods

impl FileMigration
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for FileMigration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FileMigration
[src]

[src]

Formats the value using the given formatter.

impl Migratable for FileMigration
[src]

[src]

[src]

[src]

[src]