pub struct DropMaterializedView { /* private fields */ }
Implementations§
Source§impl DropMaterializedView
impl DropMaterializedView
pub fn if_exists(&self) -> Option<IfExists>
pub fn drop_token(&self) -> Option<SyntaxToken>
pub fn materialized_token(&self) -> Option<SyntaxToken>
pub fn view_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for DropMaterializedView
impl AstNode for DropMaterializedView
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 DropMaterializedView
impl Clone for DropMaterializedView
Source§fn clone(&self) -> DropMaterializedView
fn clone(&self) -> DropMaterializedView
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 DropMaterializedView
impl Debug for DropMaterializedView
Source§impl From<DropMaterializedView> for Stmt
impl From<DropMaterializedView> for Stmt
Source§fn from(node: DropMaterializedView) -> Stmt
fn from(node: DropMaterializedView) -> Stmt
Converts to this type from the input type.
Source§impl Hash for DropMaterializedView
impl Hash for DropMaterializedView
Source§impl PartialEq for DropMaterializedView
impl PartialEq for DropMaterializedView
impl Eq for DropMaterializedView
impl StructuralPartialEq for DropMaterializedView
Auto Trait Implementations§
impl Freeze for DropMaterializedView
impl !RefUnwindSafe for DropMaterializedView
impl !Send for DropMaterializedView
impl !Sync for DropMaterializedView
impl Unpin for DropMaterializedView
impl !UnwindSafe for DropMaterializedView
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