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