Enum postgres_range::BoundType [] [src]

pub enum BoundType {
    Inclusive,
    Exclusive,
}

The type of a range bound.

Variants

Inclusive

The bound includes its value.

Exclusive

The bound excludes its value.

Trait Implementations

Derived Implementations

impl Copy for BoundType

impl Clone for BoundType

fn clone(&self) -> BoundType

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

impl Eq for BoundType

impl PartialEq for BoundType

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

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

impl Debug for BoundType

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