Struct RMatchIndices
struct RMatchIndices<'a, P: Pattern>(_)
Created with the method rmatch_indices.
Implementations
impl<'a, P> Clone for RMatchIndices<'a, P>
fn clone(self: &Self) -> Self
impl<'a, P> Debug for RMatchIndices<'a, P>
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl<'a, P> DoubleEndedIterator for RMatchIndices<'a, P>
fn next_back(self: &mut Self) -> Option<(usize, &'a str)>
impl<'a, P> Freeze for RMatchIndices<'a, P>
impl<'a, P> FusedIterator for RMatchIndices<'a, P>
impl<'a, P> Iterator for RMatchIndices<'a, P>
fn next(self: &mut Self) -> Option<(usize, &'a str)>
impl<'a, P> RefUnwindSafe for RMatchIndices<'a, P>
impl<'a, P> Send for RMatchIndices<'a, P>
impl<'a, P> Sync for RMatchIndices<'a, P>
impl<'a, P> Unpin for RMatchIndices<'a, P>
impl<'a, P> UnsafeUnpin for RMatchIndices<'a, P>
impl<'a, P> UnwindSafe for RMatchIndices<'a, P>
impl<I> IntoIterator for RMatchIndices<'a, P>
fn into_iter(self: Self) -> I
impl<T> Any for RMatchIndices<'a, P>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for RMatchIndices<'a, P>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for RMatchIndices<'a, P>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for RMatchIndices<'a, P>
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for RMatchIndices<'a, P>
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for RMatchIndices<'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 RMatchIndices<'a, P>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for RMatchIndices<'a, P>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>