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

pub enum Join {
    Left,
    Inner,
}

The type of JOIN to perform

Variants

Trait Implementations

impl Debug for Join
[src]

[src]

Formats the value using the given formatter.