Struct gluesql_core::ast::TableWithJoins
source · pub struct TableWithJoins {
pub relation: TableFactor,
pub joins: Vec<Join>,
}Fields
relation: TableFactorjoins: 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<'de> Deserialize<'de> for TableWithJoins
impl<'de> Deserialize<'de> for TableWithJoins
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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
sourceimpl Serialize for TableWithJoins
impl Serialize for TableWithJoins
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
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.