Enum dbmigrate_lib::Direction
[−]
[src]
pub enum Direction {
Up,
Down,
}A migration direction, can be Up or Down
Variants
UpSelf-explanatory
DownSelf-explanatory
Trait Implementations
impl Debug for Direction[src]
impl PartialEq for Direction[src]
fn eq(&self, __arg_0: &Direction) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.