pub struct CharSearcher<'a> { /* private fields */ }
🔬This is a nightly-only experimental API. (
pattern
)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 copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more