pub struct WithClause { /* private fields */ }
Implementations§
Source§impl WithClause
impl WithClause
pub fn with_tables(&self) -> AstChildren<WithTable> ⓘ
pub fn recursive_token(&self) -> Option<SyntaxToken>
pub fn with_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for WithClause
impl AstNode for WithClause
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl Clone for WithClause
impl Clone for WithClause
Source§fn clone(&self) -> WithClause
fn clone(&self) -> WithClause
Returns a duplicate 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 Hash for WithClause
impl Hash for WithClause
Source§impl PartialEq for WithClause
impl PartialEq for WithClause
impl Eq for WithClause
impl StructuralPartialEq for WithClause
Auto Trait Implementations§
impl Freeze for WithClause
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