Struct sqlparser::ast::TableWithJoins
source · [−]pub struct TableWithJoins {
pub relation: TableFactor,
pub joins: Vec<Join>,
}
Fields
relation: TableFactor
joins: Vec<Join>
Trait Implementations
sourceimpl Clone for TableWithJoins
impl Clone for TableWithJoins
sourcefn clone(&self) -> TableWithJoins
fn clone(&self) -> TableWithJoins
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TableWithJoins
impl Debug for TableWithJoins
sourceimpl Display for TableWithJoins
impl Display for TableWithJoins
sourceimpl Hash for TableWithJoins
impl Hash for TableWithJoins
sourceimpl PartialEq<TableWithJoins> for TableWithJoins
impl PartialEq<TableWithJoins> for TableWithJoins
sourcefn eq(&self, other: &TableWithJoins) -> bool
fn eq(&self, other: &TableWithJoins) -> bool
impl Eq for TableWithJoins
impl StructuralEq for TableWithJoins
impl StructuralPartialEq for TableWithJoins
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more