Struct core::str::iter::SplitNInternal
source · pub(super) struct SplitNInternal<'a, P: Pattern<'a>> {
pub(super) iter: SplitInternal<'a, P>,
pub(super) count: usize,
}
Fields§
§iter: SplitInternal<'a, P>
§count: usize
The number of splits remaining
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, P> Freeze for SplitNInternal<'a, P>where <P as Pattern<'a>>::Searcher: Freeze,
impl<'a, P> RefUnwindSafe for SplitNInternal<'a, P>where <P as Pattern<'a>>::Searcher: RefUnwindSafe,
impl<'a, P> Send for SplitNInternal<'a, P>where <P as Pattern<'a>>::Searcher: Send,
impl<'a, P> Sync for SplitNInternal<'a, P>where <P as Pattern<'a>>::Searcher: Sync,
impl<'a, P> Unpin for SplitNInternal<'a, P>where <P as Pattern<'a>>::Searcher: Unpin,
impl<'a, P> UnwindSafe for SplitNInternal<'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