Struct RawPathParamsIter

struct RawPathParamsIter<'a>(_)

An iterator over raw path parameters.

Created with RawPathParams::iter.

Implementations

impl<'a> Debug for RawPathParamsIter<'a>

fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result

impl<'a> Freeze for RawPathParamsIter<'a>

impl<'a> Iterator for RawPathParamsIter<'a>

fn next(self: &mut Self) -> Option<<Self as >::Item>

impl<'a> RefUnwindSafe for RawPathParamsIter<'a>

impl<'a> Send for RawPathParamsIter<'a>

impl<'a> Sync for RawPathParamsIter<'a>

impl<'a> Unpin for RawPathParamsIter<'a>

impl<'a> UnwindSafe for RawPathParamsIter<'a>

impl<I> IntoIterator for RawPathParamsIter<'a>

fn into_iter(self: Self) -> I

impl<I> IteratorRandom for RawPathParamsIter<'a>

impl<T> Any for RawPathParamsIter<'a>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for RawPathParamsIter<'a>

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for RawPathParamsIter<'a>

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> From for RawPathParamsIter<'a>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> Instrument for RawPathParamsIter<'a>

impl<T> Same for RawPathParamsIter<'a>

impl<T> WithSubscriber for RawPathParamsIter<'a>

impl<T, U> Into for RawPathParamsIter<'a>

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for RawPathParamsIter<'a>

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for RawPathParamsIter<'a>

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>

impl<V, T> VZip for RawPathParamsIter<'a>

fn vzip(self: Self) -> V