Struct sql_lexer::Sql [] [src]

pub struct Sql {
    pub tokens: Vec<Token>,
    // some fields omitted
}

Fields

Methods

impl Sql
[src]

Trait Implementations

impl Debug for Sql
[src]

Formats the value using the given formatter.

impl PartialEq for Sql
[src]

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

This method tests for !=.