Enum sqlpop::ast::JoinType
[−]
[src]
pub enum JoinType {
Left,
LeftOuter,
Inner,
Cross,
}Variants
LeftLeftOuterInnerCrossTrait Implementations
impl Copy for JoinType[src]
impl Clone for JoinType[src]
fn clone(&self) -> JoinType
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
impl Debug for JoinType[src]
impl PartialEq for JoinType[src]
fn eq(&self, __arg_0: &JoinType) -> 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 !=.