Struct sqlparser::ast::TableWithJoins [−][src]
pub struct TableWithJoins {
pub relation: TableFactor,
pub joins: Vec<Join>,
}Fields
relation: TableFactorjoins: Vec<Join>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TableWithJoins
impl Send for TableWithJoins
impl Sync for TableWithJoins
impl Unpin for TableWithJoins
impl UnwindSafe for TableWithJoins
Blanket Implementations
Mutably borrows from an owned value. Read more