Struct std::str::pattern::CharSliceSearcherUnstable
[-] [+]
[src]
pub struct CharSliceSearcher<'a, 'b>(_);
Associated type for <&[char] as Pattern<'a>>::Searcher.
pub struct CharSliceSearcher<'a, 'b>(_);
Associated type for <&[char] as Pattern<'a>>::Searcher.
impl<'a, 'b> Searcher<'a> for CharSliceSearcher<'a, 'b>fn haystack(&self) -> &'a strfn next(&mut self) -> SearchStepfn next_match(&mut self) -> Option<(usize, usize)>fn next_reject(&mut self) -> Option<(usize, usize)>impl<'a, 'b> ReverseSearcher<'a> for CharSliceSearcher<'a, 'b>fn next_back(&mut self) -> SearchStepfn next_match_back(&mut self) -> Option<(usize, usize)>fn next_reject_back(&mut self) -> Option<(usize, usize)>impl<'a, 'b> DoubleEndedSearcher<'a> for CharSliceSearcher<'a, 'b>impl<'a, 'b> Clone for CharSliceSearcher<'a, 'b>fn clone(&self) -> CharSliceSearcher<'a, 'b>fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).