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