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