Enum postgres_range::BoundSide
[−]
[src]
pub enum BoundSide {
Upper,
Lower,
}The possible sides of a bound.
Variants
UpperAn upper bound.
LowerA lower bound.
Trait Implementations
impl Debug for BoundSide[src]
impl PartialEq for BoundSide[src]
fn eq(&self, __arg_0: &BoundSide) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Eq for BoundSide[src]
impl Clone for BoundSide[src]
fn clone(&self) -> BoundSide
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more