Struct sql_ast::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 TableWithJoinsimpl Send for TableWithJoinsimpl Sync for TableWithJoinsimpl Unpin for TableWithJoinsimpl UnwindSafe for TableWithJoinsBlanket Implementations
Mutably borrows from an owned value. Read more