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