pub struct SelectStmt { /* private fields */ }Implementations§
Source§impl SelectStmt
impl SelectStmt
Source§impl SelectStmt
impl SelectStmt
pub fn select_list(&self) -> Option<SelectList>
pub fn from_clause(&self) -> Option<FromClause>
pub fn where_clause(&self) -> Option<WhereClause>
Trait Implementations§
Source§impl AstNode for SelectStmt
impl AstNode for SelectStmt
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for SelectStmt
impl Clone for SelectStmt
Source§fn clone(&self) -> SelectStmt
fn clone(&self) -> SelectStmt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SelectStmt
impl Debug for SelectStmt
impl Eq for SelectStmt
Source§impl Hash for SelectStmt
impl Hash for SelectStmt
Source§impl PartialEq for SelectStmt
impl PartialEq for SelectStmt
impl StructuralPartialEq for SelectStmt
Auto Trait Implementations§
impl !RefUnwindSafe for SelectStmt
impl !Send for SelectStmt
impl !Sync for SelectStmt
impl !UnwindSafe for SelectStmt
impl Freeze for SelectStmt
impl Unpin for SelectStmt
impl UnsafeUnpin for SelectStmt
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