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