Enum rustorm::query::Direction [] [src]

pub enum Direction {
    ASC,
    DESC,
}

Variants

ASC
DESC

Trait Implementations

Derived Implementations

impl Debug for Direction

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Direction

fn clone(&self) -> Direction

fn clone_from(&mut self, source: &Self)