Struct memchr::memmem::searcher::TwoWayWithPrefilter
source · struct TwoWayWithPrefilter {
finder: Finder,
prestrat: Prefilter,
}
Expand description
A two-way substring searcher with a prefilter.
Fields§
§finder: Finder
§prestrat: Prefilter
Trait Implementations§
source§impl Clone for TwoWayWithPrefilter
impl Clone for TwoWayWithPrefilter
source§fn clone(&self) -> TwoWayWithPrefilter
fn clone(&self) -> TwoWayWithPrefilter
Returns a copy of the value. Read more
1.0.0 · 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 TwoWayWithPrefilter
impl Debug for TwoWayWithPrefilter
impl Copy for TwoWayWithPrefilter
Auto Trait Implementations§
impl Freeze for TwoWayWithPrefilter
impl RefUnwindSafe for TwoWayWithPrefilter
impl Send for TwoWayWithPrefilter
impl Sync for TwoWayWithPrefilter
impl Unpin for TwoWayWithPrefilter
impl UnwindSafe for TwoWayWithPrefilter
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