Enum dbmigrate_lib::Direction [] [src]

pub enum Direction {
    Up,
    Down,
}

A migration direction, can be Up or Down

Variants

Self-explanatory

Self-explanatory

Trait Implementations

impl Debug for Direction
[src]

Formats the value using the given formatter.

impl PartialEq for Direction
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl ToString for Direction
[src]

Converts the given value to a String. Read more