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