Expand description
Associated type for <F as Pattern<'a>>::Searcher.
Trait Implementations
impl<'a, F> Clone for CharPredicateSearcher<'a, F> where
F: Clone + FnMut(char) -> bool,
source
impl<'a, F> Clone for CharPredicateSearcher<'a, F> where
F: Clone + FnMut(char) -> bool,
sourcefn clone(&self) -> CharPredicateSearcher<'a, F>
source
fn clone(&self) -> CharPredicateSearcher<'a, F>
sourceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0 · source
fn clone_from(&mut self, source: &Self)
1.0.0 · sourcePerforms copy-assignment from source. Read more
impl<'a, F> ReverseSearcher<'a> for CharPredicateSearcher<'a, F> where
F: FnMut(char) -> bool,
source
impl<'a, F> ReverseSearcher<'a> for CharPredicateSearcher<'a, F> where
F: FnMut(char) -> bool,
sourcefn next_back(&mut self) -> SearchStep
source
fn next_back(&mut self) -> SearchStep
sourcePerforms the next search step starting from the back. Read more
fn next_match_back(&mut self) -> Option<(usize, usize)>
source
fn next_match_back(&mut self) -> Option<(usize, usize)>
sourceFinds the next Match result.
See next_back(). Read more
impl<'a, F> Searcher<'a> for CharPredicateSearcher<'a, F> where
F: FnMut(char) -> bool,
source
impl<'a, F> Searcher<'a> for CharPredicateSearcher<'a, F> where
F: FnMut(char) -> bool,
sourceimpl<'a, F> DoubleEndedSearcher<'a> for CharPredicateSearcher<'a, F> where
F: FnMut(char) -> bool,
sourceAuto Trait Implementations
impl<'a, F> RefUnwindSafe for CharPredicateSearcher<'a, F> where
F: RefUnwindSafe,
impl<'a, F> Send for CharPredicateSearcher<'a, F> where
F: Send,
impl<'a, F> Sync for CharPredicateSearcher<'a, F> where
F: Sync,
impl<'a, F> Unpin for CharPredicateSearcher<'a, F> where
F: Unpin,
impl<'a, F> UnwindSafe for CharPredicateSearcher<'a, F> where
F: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
source
impl<T> BorrowMut<T> for T where
T: ?Sized,
sourcefn borrow_mut(&mut self) -> &mut T
const: unstable · source
fn borrow_mut(&mut self) -> &mut T
const: unstable · sourceMutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
source
impl<T> ToOwned for T where
T: Clone,
sourcetype Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
source
fn clone_into(&self, target: &mut T)
sourceUses borrowed data to replace owned data, usually by cloning. Read more