pub struct MatchRecognize { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for MatchRecognize
impl AstNode for MatchRecognize
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for MatchRecognize
impl Clone for MatchRecognize
Source§fn clone(&self) -> MatchRecognize
fn clone(&self) -> MatchRecognize
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MatchRecognize
impl Debug for MatchRecognize
impl Eq for MatchRecognize
Source§impl Hash for MatchRecognize
impl Hash for MatchRecognize
Source§impl PartialEq for MatchRecognize
impl PartialEq for MatchRecognize
impl StructuralPartialEq for MatchRecognize
Auto Trait Implementations§
impl !RefUnwindSafe for MatchRecognize
impl !Send for MatchRecognize
impl !Sync for MatchRecognize
impl !UnwindSafe for MatchRecognize
impl Freeze for MatchRecognize
impl Unpin for MatchRecognize
impl UnsafeUnpin for MatchRecognize
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