pub struct EmptySearcher { /* private fields */ }
Expand description
Searcher of an empty needle.
This searcher will find all empty subslices between any codewords in a haystack.
Trait Implementations§
Source§impl Clone for EmptySearcher
impl Clone for EmptySearcher
Source§fn clone(&self) -> EmptySearcher
fn clone(&self) -> EmptySearcher
Returns a duplicate 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 EmptySearcher
impl Debug for EmptySearcher
Source§impl Default for EmptySearcher
impl Default for EmptySearcher
Source§fn default() -> EmptySearcher
fn default() -> EmptySearcher
Returns the “default value” for a type. Read more
Source§impl<A: Hay + ?Sized> ReverseConsumer<A> for EmptySearcher
impl<A: Hay + ?Sized> ReverseConsumer<A> for EmptySearcher
Source§impl<A: Hay + ?Sized> ReverseSearcher<A> for EmptySearcher
impl<A: Hay + ?Sized> ReverseSearcher<A> for EmptySearcher
impl<A: Hay + ?Sized> DoubleEndedConsumer<A> for EmptySearcher
impl<A: Hay + ?Sized> DoubleEndedSearcher<A> for EmptySearcher
Auto Trait Implementations§
impl Freeze for EmptySearcher
impl RefUnwindSafe for EmptySearcher
impl Send for EmptySearcher
impl Sync for EmptySearcher
impl Unpin for EmptySearcher
impl UnwindSafe for EmptySearcher
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