pub struct FastPatternMatcher { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for FastPatternMatcher
impl RefUnwindSafe for FastPatternMatcher
impl Send for FastPatternMatcher
impl Sync for FastPatternMatcher
impl Unpin for FastPatternMatcher
impl UnsafeUnpin for FastPatternMatcher
impl UnwindSafe for FastPatternMatcher
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