Enum migrant::Direction
[−]
[src]
pub enum Direction {
Up,
Down,
}Represents direction to apply migrations.
Up -> up.sql
Down -> down.sql
Variants
UpDownTrait Implementations
impl Debug for Direction[src]
impl Clone for Direction[src]
fn clone(&self) -> Direction
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more