Struct MatchIndices
struct MatchIndices<'a, P: Pattern>(_)
Created with the method match_indices.
Implementations
impl<'a, P> Clone for MatchIndices<'a, P>
fn clone(self: &Self) -> Self
impl<'a, P> Debug for MatchIndices<'a, P>
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl<'a, P> DoubleEndedIterator for MatchIndices<'a, P>
fn next_back(self: &mut Self) -> Option<(usize, &'a str)>
impl<'a, P> Freeze for MatchIndices<'a, P>
impl<'a, P> RefUnwindSafe for MatchIndices<'a, P>
impl<'a, P> Send for MatchIndices<'a, P>
impl<'a, P> Sync for MatchIndices<'a, P>
impl<'a, P> Unpin for MatchIndices<'a, P>
impl<'a, P> UnsafeUnpin for MatchIndices<'a, P>
impl<'a, P> UnwindSafe for MatchIndices<'a, P>
impl<'a, P: Pattern> FusedIterator for MatchIndices<'a, P>
impl<'a, P: Pattern> Iterator for MatchIndices<'a, P>
fn next(self: &mut Self) -> Option<(usize, &'a str)>
impl<I> IntoIterator for MatchIndices<'a, P>
fn into_iter(self: Self) -> I
impl<T> Any for MatchIndices<'a, P>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for MatchIndices<'a, P>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for MatchIndices<'a, P>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for MatchIndices<'a, P>
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for MatchIndices<'a, P>
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for MatchIndices<'a, P>
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for MatchIndices<'a, P>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for MatchIndices<'a, P>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>