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