Enum server::storage::bstar::IterDirection [] [src]

pub enum IterDirection {
    Forward,
    Backward,
}

Variants

Forward
Backward

Trait Implementations

Derived Implementations

impl Debug for IterDirection

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

impl PartialEq for IterDirection

fn eq(&self, __arg_0: &IterDirection) -> bool

fn ne(&self, __arg_0: &IterDirection) -> bool