pub struct StrSearcher<'a, 'b> { /* private fields */ }Expand description
Associated type for <&str as Pattern<'a>>::Searcher.
Trait Implementations
impl<'a, 'b> Clone for StrSearcher<'a, 'b>
source
impl<'a, 'b> Clone for StrSearcher<'a, 'b>
sourcefn clone(&self) -> StrSearcher<'a, 'b>
source
fn clone(&self) -> StrSearcher<'a, 'b>
sourceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0 · source
fn clone_from(&mut self, source: &Self)
1.0.0 · sourcePerforms copy-assignment from source. Read more
impl<'a, 'b> Debug for StrSearcher<'a, 'b>
source
impl<'a, 'b> Debug for StrSearcher<'a, 'b>
sourceimpl<'a, 'b> ReverseSearcher<'a> for StrSearcher<'a, 'b>
source
impl<'a, 'b> ReverseSearcher<'a> for StrSearcher<'a, 'b>
sourcefn next_back(&mut self) -> SearchStep
source
fn next_back(&mut self) -> SearchStep
sourcePerforms the next search step starting from the back. Read more
fn next_match_back(&mut self) -> Option<(usize, usize)>
source
fn next_match_back(&mut self) -> Option<(usize, usize)>
sourceFinds the next Match result.
See next_back(). Read more
impl<'a, 'b> Searcher<'a> for StrSearcher<'a, 'b>
source
impl<'a, 'b> Searcher<'a> for StrSearcher<'a, 'b>
sourceAuto Trait Implementations
impl<'a, 'b> RefUnwindSafe for StrSearcher<'a, 'b>
impl<'a, 'b> Send for StrSearcher<'a, 'b>
impl<'a, 'b> Sync for StrSearcher<'a, 'b>
impl<'a, 'b> Unpin for StrSearcher<'a, 'b>
impl<'a, 'b> UnwindSafe for StrSearcher<'a, 'b>
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
source
impl<T> BorrowMut<T> for T where
T: ?Sized,
sourcefn borrow_mut(&mut self) -> &mut T
const: unstable · source
fn borrow_mut(&mut self) -> &mut T
const: unstable · sourceMutably borrows from an owned value. Read more