Enum rustorm::query::JoinType [] [src]

pub enum JoinType {
    CROSS,
    INNER,
    OUTER,
}

Variants

CROSS
INNER
OUTER

Trait Implementations

Derived Implementations

impl Debug for JoinType

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

impl Clone for JoinType

fn clone(&self) -> JoinType

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