pub struct AlterAction { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for AlterAction
impl AstNode for AlterAction
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for AlterAction
impl Clone for AlterAction
Source§fn clone(&self) -> AlterAction
fn clone(&self) -> AlterAction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AlterAction
impl Debug for AlterAction
impl Eq for AlterAction
Source§impl Hash for AlterAction
impl Hash for AlterAction
Source§impl PartialEq for AlterAction
impl PartialEq for AlterAction
impl StructuralPartialEq for AlterAction
Auto Trait Implementations§
impl !RefUnwindSafe for AlterAction
impl !Send for AlterAction
impl !Sync for AlterAction
impl !UnwindSafe for AlterAction
impl Freeze for AlterAction
impl Unpin for AlterAction
impl UnsafeUnpin for AlterAction
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