Struct device_tree::util::str::pattern::CharSliceSearcher
[−]
[src]
pub struct CharSliceSearcher<'a, 'b>(_);
Unstable (
pattern
): API not fully fleshed out and ready to be stabilized
Associated type for <&[char] as Pattern<'a>>::Searcher
.
Trait Implementations
impl<'a, 'b> Searcher<'a> for CharSliceSearcher<'a, 'b>
fn haystack(&self) -> &'a str
Unstable (
pattern
): API not fully fleshed out and ready to be stabilized
fn next(&mut self) -> SearchStep
Unstable (
pattern
): API not fully fleshed out and ready to be stabilized
fn next_match(&mut self) -> Option<(usize, usize)>
Unstable (
pattern
): API not fully fleshed out and ready to be stabilized
fn next_reject(&mut self) -> Option<(usize, usize)>
Unstable (
pattern
): API not fully fleshed out and ready to be stabilized
impl<'a, 'b> ReverseSearcher<'a> for CharSliceSearcher<'a, 'b>
fn next_back(&mut self) -> SearchStep
Unstable (
pattern
): API not fully fleshed out and ready to be stabilized
fn next_match_back(&mut self) -> Option<(usize, usize)>
Unstable (
pattern
): API not fully fleshed out and ready to be stabilized
fn next_reject_back(&mut self) -> Option<(usize, usize)>
Unstable (
pattern
): API not fully fleshed out and ready to be stabilized
impl<'a, 'b> DoubleEndedSearcher<'a> for CharSliceSearcher<'a, 'b>
Derived Implementations
impl<'a, 'b> Debug for CharSliceSearcher<'a, 'b>
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Unstable (
pattern
): API not fully fleshed out and ready to be stabilized
impl<'a, 'b> Clone for CharSliceSearcher<'a, 'b>
fn clone(&self) -> CharSliceSearcher<'a, 'b>
Unstable (
pattern
): API not fully fleshed out and ready to be stabilized