pub struct CharSearcher<'a> { /* private fields */ }🔬This is a nightly-only experimental API. (
pattern #27721)Expand description
Associated type for <char as Pattern>::Searcher<'a>.
Trait Implementations§
Source§impl<'a> Clone for CharSearcher<'a>
impl<'a> Clone for CharSearcher<'a>
Source§fn clone(&self) -> CharSearcher<'a>
fn clone(&self) -> CharSearcher<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)where
Self:,
fn clone_from(&mut self, source: &Self)where
Self:,
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for CharSearcher<'a>
impl<'a> Debug for CharSearcher<'a>
Source§impl<'a> ReverseSearcher<'a> for CharSearcher<'a>
impl<'a> ReverseSearcher<'a> for CharSearcher<'a>
Source§impl<'a> Searcher<'a> for CharSearcher<'a>
impl<'a> Searcher<'a> for CharSearcher<'a>
Source§fn haystack(&self) -> &'a str
fn haystack(&self) -> &'a str
🔬This is a nightly-only experimental API. (
pattern #27721)Getter for the underlying string to be searched in Read more