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