pub struct DropIndex { /* private fields */ }
Implementations§
Source§impl DropIndex
impl DropIndex
pub fn if_exists(&self) -> Option<IfExists>
pub fn paths(&self) -> AstChildren<Path> ⓘ
pub fn concurrently_token(&self) -> Option<SyntaxToken>
pub fn drop_token(&self) -> Option<SyntaxToken>
pub fn index_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for DropIndex
impl AstNode for DropIndex
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,
impl Eq for DropIndex
impl StructuralPartialEq for DropIndex
Auto Trait Implementations§
impl Freeze for DropIndex
impl !RefUnwindSafe for DropIndex
impl !Send for DropIndex
impl !Sync for DropIndex
impl Unpin for DropIndex
impl !UnwindSafe for DropIndex
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