Enum sqlpop::ast::Cmd [] [src]

pub enum Cmd {
    Explain(Stmt),
    ExplainQueryPlan(Stmt),
    Stmt(Stmt),
}

Variants

Trait Implementations

impl Clone for Cmd
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Cmd
[src]

Formats the value using the given formatter.

impl PartialEq for Cmd
[src]

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

This method tests for !=.

impl Eq for Cmd
[src]