Struct partiql_ast::ast::QueryTable
source · pub struct QueryTable {
pub table_name: SymbolPrimitive,
}
Fields§
§table_name: SymbolPrimitive
Trait Implementations§
source§impl Clone for QueryTable
impl Clone for QueryTable
source§fn clone(&self) -> QueryTable
fn clone(&self) -> QueryTable
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 QueryTable
impl Debug for QueryTable
source§impl PartialEq<QueryTable> for QueryTable
impl PartialEq<QueryTable> for QueryTable
source§fn eq(&self, other: &QueryTable) -> bool
fn eq(&self, other: &QueryTable) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Visit for QueryTable
impl Visit for QueryTable
impl Eq for QueryTable
impl StructuralEq for QueryTable
impl StructuralPartialEq for QueryTable
Auto Trait Implementations§
impl RefUnwindSafe for QueryTable
impl Send for QueryTable
impl Sync for QueryTable
impl Unpin for QueryTable
impl UnwindSafe for QueryTable
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
source§impl<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,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.