pub struct MatchFull { /* private fields */ }
Implementations§
Source§impl MatchFull
impl MatchFull
pub fn full_token(&self) -> Option<SyntaxToken>
pub fn match_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for MatchFull
impl AstNode for MatchFull
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 MatchFull
impl StructuralPartialEq for MatchFull
Auto Trait Implementations§
impl Freeze for MatchFull
impl !RefUnwindSafe for MatchFull
impl !Send for MatchFull
impl !Sync for MatchFull
impl Unpin for MatchFull
impl !UnwindSafe for MatchFull
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