Struct TableWithJoins
pub struct TableWithJoins {
pub relation: TableFactor,
pub joins: Vec<Join>,
}Fields§
§relation: TableFactorThe table relation
joins: Vec<Join>Joins to apply
Trait Implementations§
§impl Clone for TableWithJoins
impl Clone for TableWithJoins
§fn clone(&self) -> TableWithJoins
fn clone(&self) -> TableWithJoins
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for TableWithJoins
impl Debug for TableWithJoins
§impl PartialEq for TableWithJoins
impl PartialEq for TableWithJoins
impl StructuralPartialEq for TableWithJoins
Auto Trait Implementations§
impl Freeze for TableWithJoins
impl RefUnwindSafe for TableWithJoins
impl Send for TableWithJoins
impl Sync for TableWithJoins
impl Unpin for TableWithJoins
impl UnwindSafe for TableWithJoins
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more