pub struct Matcher<TypeEnum> { /* private fields */ }
Expand description
A matcher capable of extracting tokens and associating them to a class of tokens
Implementations§
Auto Trait Implementations§
impl<TypeEnum> Freeze for Matcher<TypeEnum>
impl<TypeEnum> RefUnwindSafe for Matcher<TypeEnum>where
TypeEnum: RefUnwindSafe,
impl<TypeEnum> Send for Matcher<TypeEnum>where
TypeEnum: Send,
impl<TypeEnum> Sync for Matcher<TypeEnum>where
TypeEnum: Sync,
impl<TypeEnum> Unpin for Matcher<TypeEnum>where
TypeEnum: Unpin,
impl<TypeEnum> UnwindSafe for Matcher<TypeEnum>where
TypeEnum: UnwindSafe,
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