pub struct CharSearcher<'a> { /* private fields */ }Expand description
Associated type for <char as Pattern<'a>>::Searcher.
Trait Implementations
impl<'a> Clone for CharSearcher<'a>
source
impl<'a> Clone for CharSearcher<'a>
sourcefn clone(&self) -> CharSearcher<'a>
source
fn clone(&self) -> CharSearcher<'a>
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> Debug for CharSearcher<'a>
source
impl<'a> Debug for CharSearcher<'a>
sourceimpl<'a> ReverseSearcher<'a> for CharSearcher<'a>
source
impl<'a> ReverseSearcher<'a> for CharSearcher<'a>
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> Searcher<'a> for CharSearcher<'a>
source
impl<'a> Searcher<'a> for CharSearcher<'a>
sourceimpl<'a> DoubleEndedSearcher<'a> for CharSearcher<'a>
sourceAuto Trait Implementations
impl<'a> RefUnwindSafe for CharSearcher<'a>
impl<'a> Send for CharSearcher<'a>
impl<'a> Sync for CharSearcher<'a>
impl<'a> Unpin for CharSearcher<'a>
impl<'a> UnwindSafe for CharSearcher<'a>
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
impl<T> ToOwned for T where
T: Clone,
source
impl<T> ToOwned for T where
T: Clone,
sourcetype Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
source
fn clone_into(&self, target: &mut T)
sourceUses borrowed data to replace owned data, usually by cloning. Read more