Struct partiql_ast::ast::TopLevelQuery
source · pub struct TopLevelQuery {
pub with: Option<AstNode<WithClause>>,
pub query: AstNode<Query>,
}
Fields§
§with: Option<AstNode<WithClause>>
§query: AstNode<Query>
Trait Implementations§
source§impl Clone for TopLevelQuery
impl Clone for TopLevelQuery
source§fn clone(&self) -> TopLevelQuery
fn clone(&self) -> TopLevelQuery
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 TopLevelQuery
impl Debug for TopLevelQuery
source§impl PartialEq<TopLevelQuery> for TopLevelQuery
impl PartialEq<TopLevelQuery> for TopLevelQuery
source§fn eq(&self, other: &TopLevelQuery) -> bool
fn eq(&self, other: &TopLevelQuery) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Visit for TopLevelQuery
impl Visit for TopLevelQuery
impl StructuralPartialEq for TopLevelQuery
Auto Trait Implementations§
impl RefUnwindSafe for TopLevelQuery
impl Send for TopLevelQuery
impl Sync for TopLevelQuery
impl Unpin for TopLevelQuery
impl UnwindSafe for TopLevelQuery
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