pub struct TableWithJoins {
pub relation: TableFactor,
pub joins: Vec<Join>,
}
Fields§
§relation: TableFactor
§joins: Vec<Join>
Trait Implementations§
Source§impl Clone for TableWithJoins
impl Clone for TableWithJoins
Source§fn clone(&self) -> TableWithJoins
fn clone(&self) -> TableWithJoins
Returns a copy 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 moreSource§impl Debug for TableWithJoins
impl Debug for TableWithJoins
Source§impl Display for TableWithJoins
impl Display for TableWithJoins
Source§impl Hash for TableWithJoins
impl Hash for TableWithJoins
Source§impl Ord for TableWithJoins
impl Ord for TableWithJoins
Source§fn cmp(&self, other: &TableWithJoins) -> Ordering
fn cmp(&self, other: &TableWithJoins) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TableWithJoins
impl PartialEq for TableWithJoins
Source§impl PartialOrd for TableWithJoins
impl PartialOrd for TableWithJoins
impl Eq 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