Struct std::str::pattern::CharSearcher [] [src]

pub struct CharSearcher<'a>(_);
Unstable (pattern #27721)

: API not fully fleshed out and ready to be stabilized

Associated type for <char as Pattern<'a>>::Searcher.

Trait Implementations

impl<'a> DoubleEndedSearcher<'a> for CharSearcher<'a>

impl<'a> ReverseSearcher<'a> for CharSearcher<'a>

fn next_back(&mut self) -> SearchStep

Unstable (pattern #27721)

: API not fully fleshed out and ready to be stabilized

fn next_match_back(&mut self) -> Option<(usize, usize)>

Unstable (pattern #27721)

: API not fully fleshed out and ready to be stabilized

fn next_reject_back(&mut self) -> Option<(usize, usize)>

Unstable (pattern #27721)

: API not fully fleshed out and ready to be stabilized

impl<'a> Searcher<'a> for CharSearcher<'a>

fn haystack(&self) -> &'a str

Unstable (pattern #27721)

: API not fully fleshed out and ready to be stabilized

fn next(&mut self) -> SearchStep

Unstable (pattern #27721)

: API not fully fleshed out and ready to be stabilized

fn next_match(&mut self) -> Option<(usize, usize)>

Unstable (pattern #27721)

: API not fully fleshed out and ready to be stabilized

fn next_reject(&mut self) -> Option<(usize, usize)>

Unstable (pattern #27721)

: API not fully fleshed out and ready to be stabilized

Derived Implementations

impl<'a> Clone for CharSearcher<'a>

fn clone(&self) -> CharSearcher<'a>

Unstable (pattern #27721)

: API not fully fleshed out and ready to be stabilized

fn clone_from(&mut self, source: &Self)1.0.0

impl<'a> Debug for CharSearcher<'a>

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>

Unstable (pattern #27721)

: API not fully fleshed out and ready to be stabilized