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