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