pub struct SelectClause { /* private fields */ }Implementations§
Source§impl SelectClause
impl SelectClause
pub fn variables(&self) -> Vec<Var>
pub fn select_query(&self) -> Option<SelectQuery>
Trait Implementations§
Source§impl AstNode for SelectClause
impl AstNode for SelectClause
fn kind() -> SyntaxKind
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn can_cast(kind: SyntaxKind) -> bool
fn has_error(&self) -> bool
fn collect_decendants( &self, matcher: &impl Fn(SyntaxKind) -> bool, ) -> Vec<SyntaxNode> ⓘ
fn preorder_find_kind(&self, kind: SyntaxKind) -> Vec<SyntaxNode> ⓘ
fn used_prefixes(&self) -> Vec<String>
fn text(&self) -> String
Source§impl Debug for SelectClause
impl Debug for SelectClause
Source§impl PartialEq for SelectClause
impl PartialEq for SelectClause
impl StructuralPartialEq for SelectClause
Auto Trait Implementations§
impl Freeze for SelectClause
impl !RefUnwindSafe for SelectClause
impl !Send for SelectClause
impl !Sync for SelectClause
impl Unpin for SelectClause
impl !UnwindSafe for SelectClause
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