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