Enum postgres_range::BoundSide [] [src]

pub enum BoundSide {
    Upper,
    Lower,
}

The possible sides of a bound.

Variants

Upper

An upper bound.

Lower

A lower bound.

Trait Implementations

Derived Implementations

impl Copy for BoundSide

impl Clone for BoundSide

fn clone(&self) -> BoundSide

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

impl Eq for BoundSide

impl PartialEq for BoundSide

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

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

impl Debug for BoundSide

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