Struct core::str::iter::MatchIndicesInternal
source · pub(super) struct MatchIndicesInternal<'a, P: Pattern<'a>>(pub(super) P::Searcher);
Tuple Fields§
§0: P::Searcher
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, P> Freeze for MatchIndicesInternal<'a, P>where <P as Pattern<'a>>::Searcher: Freeze,
impl<'a, P> RefUnwindSafe for MatchIndicesInternal<'a, P>where <P as Pattern<'a>>::Searcher: RefUnwindSafe,
impl<'a, P> Send for MatchIndicesInternal<'a, P>where <P as Pattern<'a>>::Searcher: Send,
impl<'a, P> Sync for MatchIndicesInternal<'a, P>where <P as Pattern<'a>>::Searcher: Sync,
impl<'a, P> Unpin for MatchIndicesInternal<'a, P>where <P as Pattern<'a>>::Searcher: Unpin,
impl<'a, P> UnwindSafe for MatchIndicesInternal<'a, P>where <P as Pattern<'a>>::Searcher: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more