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