Enum edn::query::Direction
[−]
[src]
pub enum Direction { Ascending, Descending, }
Variants
Ascending
Descending
Trait Implementations
impl Clone for Direction
[src]
impl Clone for Direction
fn clone(&self) -> Direction
[src]
fn clone(&self) -> Direction
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for Direction
[src]
impl Debug for Direction
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for Direction
[src]
impl Eq for Direction
impl PartialEq for Direction
[src]
impl PartialEq for Direction