Enum sql_lexer::Keyword [] [src]

pub enum Keyword {
    Select,
    From,
    Where,
    And,
    Or,
    Update,
    Set,
    Insert,
    Into,
    Values,
    Inner,
    Join,
    On,
    Limit,
    Offset,
    Between,
    Array,
    Other(BufferSlice),
}

Variants

Trait Implementations

impl Debug for Keyword
[src]

Formats the value using the given formatter.

impl PartialEq for Keyword
[src]

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

This method tests for !=.