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

pub enum IterOption<T: PartialEq + Debug + Clone> {
    Including(T),
    Excluding(T),
}

Variants

Including
Excluding

Trait Implementations

Derived Implementations

impl<T: Debug + PartialEq + Debug + Clone> Debug for IterOption<T>

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

impl<T: PartialEq + PartialEq + Debug + Clone> PartialEq for IterOption<T>

fn eq(&self, __arg_0: &IterOption<T>) -> bool

fn ne(&self, __arg_0: &IterOption<T>) -> bool