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