pub struct StrSearcher<'a, 'b> { /* private fields */ }
🔬This is a nightly-only experimental API. (
pattern
)Expand description
Associated type for <&str as Pattern>::Searcher<'a>
.
Trait Implementations§
source§impl<'a, 'b> Clone for StrSearcher<'a, 'b>
impl<'a, 'b> Clone for StrSearcher<'a, 'b>
source§fn clone(&self) -> StrSearcher<'a, 'b>
fn clone(&self) -> StrSearcher<'a, 'b>
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