Struct rustorm::query::Join [] [src]

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

Fields

modifier
join_type
table_name
column1
column2

Trait Implementations

Derived Implementations

impl Debug for Join

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

impl Clone for Join

fn clone(&self) -> Join

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