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