pub struct AhoCorasick<K> { /* private fields */ }
Expand description
Aho-Corasick法
Implementations§
Auto Trait Implementations§
impl<K> Freeze for AhoCorasick<K>
impl<K> RefUnwindSafe for AhoCorasick<K>where
K: RefUnwindSafe,
impl<K> !Send for AhoCorasick<K>
impl<K> !Sync for AhoCorasick<K>
impl<K> Unpin for AhoCorasick<K>where
K: Unpin,
impl<K> UnwindSafe for AhoCorasick<K>where
K: UnwindSafe + RefUnwindSafe,
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