Enum schemamama::Direction [] [src]

pub enum Direction {
    Down,
    Up,
}

A migration's direction.

Variants

Trait Implementations

impl Debug for Direction
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Direction

impl Sync for Direction