Struct sqlpop::ast::QualifiedName [] [src]

pub struct QualifiedName {
    pub db_name: Option<Name>,
    pub name: Name,
}

Fields

Trait Implementations

impl Clone for QualifiedName
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for QualifiedName
[src]

Formats the value using the given formatter.

impl PartialEq for QualifiedName
[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 QualifiedName
[src]