pub struct MatchIndicesInternal<'a, P: Pattern<'a>>(pub P::Searcher);
Tuple Fields§
§0: P::Searcher
Trait Implementations§
Source§impl<'a, P> Clone for MatchIndicesInternal<'a, P>
impl<'a, P> Clone for MatchIndicesInternal<'a, P>
Auto Trait Implementations§
impl<'a, P> Freeze for MatchIndicesInternal<'a, P>
impl<'a, P> RefUnwindSafe for MatchIndicesInternal<'a, P>
impl<'a, P> Send for MatchIndicesInternal<'a, P>
impl<'a, P> Sync for MatchIndicesInternal<'a, P>
impl<'a, P> Unpin for MatchIndicesInternal<'a, P>
impl<'a, P> UnwindSafe for MatchIndicesInternal<'a, P>
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