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

pub enum Side {
    Right,
    Left,
}

Variants

Right
Left

Trait Implementations

Derived Implementations

impl PartialEq for Side

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

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