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