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