pub struct DropStmt { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for DropStmt
impl AstNode for DropStmt
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
impl Eq for DropStmt
impl StructuralPartialEq for DropStmt
Auto Trait Implementations§
impl !RefUnwindSafe for DropStmt
impl !Send for DropStmt
impl !Sync for DropStmt
impl !UnwindSafe for DropStmt
impl Freeze for DropStmt
impl Unpin for DropStmt
impl UnsafeUnpin for DropStmt
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