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