Enum pinto::query_builder::Join [] [src]

pub enum Join {
    Left,
    Inner,
}

The type of JOIN to perform

Variants