pub struct StringSearcher { /* private fields */ }Expand description
String search wrapper using KMP.
Implementations§
Auto Trait Implementations§
impl Freeze for StringSearcher
impl RefUnwindSafe for StringSearcher
impl Send for StringSearcher
impl Sync for StringSearcher
impl Unpin for StringSearcher
impl UnsafeUnpin for StringSearcher
impl UnwindSafe for StringSearcher
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