Enum migrant_lib::Direction [] [src]

pub enum Direction {
    Up,
    Down,
}

Represents direction to apply migrations. Up -> up.sql Down -> down.sql

Variants

Trait Implementations

impl Debug for Direction
[src]

[src]

Formats the value using the given formatter.

impl Clone for Direction
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for Direction
[src]

[src]

Formats the value using the given formatter. Read more