Struct inquerest::Join [] [src]

pub struct Join {
    pub modifier: Option<Modifier>,
    pub join_type: Option<JoinType>,
    pub table: Operand,
    pub column1: Vec<String>,
    pub column2: Vec<String>,
}

Fields

modifier: Option<Modifier> join_type: Option<JoinType> table: Operand column1: Vec<String> column2: Vec<String>

Trait Implementations

impl Debug for Join
[src]

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

Formats the value using the given formatter.

impl PartialEq for Join
[src]

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

This method tests for self and other values to be equal, and is used by ==. Read more

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

This method tests for !=.