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