pub struct CharSliceSearcher<'a, 'b>(_);Expand description
Associated type for <&[char] as Pattern<'a>>::Searcher.
Trait Implementations
impl<'a, 'b> Clone for CharSliceSearcher<'a, 'b>
source
impl<'a, 'b> Clone for CharSliceSearcher<'a, 'b>
sourcefn clone(&self) -> CharSliceSearcher<'a, 'b>
source
fn clone(&self) -> CharSliceSearcher<'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 CharSliceSearcher<'a, 'b>
source
impl<'a, 'b> Debug for CharSliceSearcher<'a, 'b>
sourceimpl<'a, 'b> ReverseSearcher<'a> for CharSliceSearcher<'a, 'b>
source
impl<'a, 'b> ReverseSearcher<'a> for CharSliceSearcher<'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 CharSliceSearcher<'a, 'b>
source
impl<'a, 'b> Searcher<'a> for CharSliceSearcher<'a, 'b>
sourceimpl<'a, 'b> DoubleEndedSearcher<'a> for CharSliceSearcher<'a, 'b>
sourceAuto Trait Implementations
impl<'a, 'b> RefUnwindSafe for CharSliceSearcher<'a, 'b>
impl<'a, 'b> Send for CharSliceSearcher<'a, 'b>
impl<'a, 'b> Sync for CharSliceSearcher<'a, 'b>
impl<'a, 'b> Unpin for CharSliceSearcher<'a, 'b>
impl<'a, 'b> UnwindSafe for CharSliceSearcher<'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