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