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 Debug for BoundSidefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for BoundSide[src]
impl PartialEq for BoundSidefn eq(&self, other: &BoundSide) -> bool[src]
fn eq(&self, other: &BoundSide) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for BoundSide[src]
impl Eq for BoundSideimpl Clone for BoundSide[src]
impl Clone for BoundSidefn clone(&self) -> BoundSide[src]
fn clone(&self) -> BoundSideReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for BoundSide[src]
impl Copy for BoundSide