pub struct AlterStmt { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for AlterStmt
impl AstNode for AlterStmt
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
impl Eq for AlterStmt
impl StructuralPartialEq for AlterStmt
Auto Trait Implementations§
impl !RefUnwindSafe for AlterStmt
impl !Send for AlterStmt
impl !Sync for AlterStmt
impl !UnwindSafe for AlterStmt
impl Freeze for AlterStmt
impl Unpin for AlterStmt
impl UnsafeUnpin for AlterStmt
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