Struct core::str::iter::MatchesInternal
source · pub(super) struct MatchesInternal<'a, P: Pattern<'a>>(pub(super) P::Searcher);
Tuple Fields§
§0: P::Searcher
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, P> Freeze for MatchesInternal<'a, P>where <P as Pattern<'a>>::Searcher: Freeze,
impl<'a, P> RefUnwindSafe for MatchesInternal<'a, P>where <P as Pattern<'a>>::Searcher: RefUnwindSafe,
impl<'a, P> Send for MatchesInternal<'a, P>where <P as Pattern<'a>>::Searcher: Send,
impl<'a, P> Sync for MatchesInternal<'a, P>where <P as Pattern<'a>>::Searcher: Sync,
impl<'a, P> Unpin for MatchesInternal<'a, P>where <P as Pattern<'a>>::Searcher: Unpin,
impl<'a, P> UnwindSafe for MatchesInternal<'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