pub struct WithTable { /* private fields */ }
Implementations§
Source§impl WithTable
impl WithTable
pub fn column_list(&self) -> Option<ColumnList>
pub fn materialized(&self) -> Option<Materialized>
pub fn name(&self) -> Option<Name>
pub fn not_materialized(&self) -> Option<NotMaterialized>
pub fn query(&self) -> Option<WithQuery>
pub fn l_paren_token(&self) -> Option<SyntaxToken>
pub fn r_paren_token(&self) -> Option<SyntaxToken>
pub fn as_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for WithTable
impl AstNode for WithTable
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,
impl Eq for WithTable
impl StructuralPartialEq for WithTable
Auto Trait Implementations§
impl Freeze for WithTable
impl !RefUnwindSafe for WithTable
impl !Send for WithTable
impl !Sync for WithTable
impl Unpin for WithTable
impl !UnwindSafe for WithTable
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