Struct RawPathParamsIter

pub struct RawPathParamsIter<'a>(/* private field */);

An iterator over raw path parameters.

Created with RawPathParams::iter.

Trait Implementations

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

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

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

type Item = (&'a str, &'a str);
fn next(&mut self) -> Option<Self::Item>

Auto Trait Implementations

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

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> UnsafeUnpin for RawPathParamsIter<'a>

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

Blanket Implementations

impl<I> IntoIterator for RawPathParamsIter<'a> where I: Iterator,

type Item = <I as Iterator>::Item;
type IntoIter = I;
fn into_iter(self) -> I

impl<I> IteratorRandom for RawPathParamsIter<'a> where I: Iterator,

impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for RawPathParamsIter<'a> where ST: ?Sized, DT: ?Sized,

impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for RawPathParamsIter<'a> where ST: ?Sized, DT: ?Sized,

impl<T> Any for RawPathParamsIter<'a> where T: 'static + ?Sized,

fn type_id(&self) -> TypeId

impl<T> Borrow<T> for RawPathParamsIter<'a> where T: ?Sized,

fn borrow(&self) -> &T

impl<T> BorrowMut<T> for RawPathParamsIter<'a> where T: ?Sized,

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

impl<T> From<T> for RawPathParamsIter<'a>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> Instrument for RawPathParamsIter<'a>

impl<T> Read<Exclusive, BecauseExclusive> for RawPathParamsIter<'a> where T: ?Sized,

impl<T> Same for RawPathParamsIter<'a>

type Output = T;

impl<T> WithSubscriber for RawPathParamsIter<'a>

impl<T, U> Into<U> for RawPathParamsIter<'a> where U: From<T>,

fn into(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<U> for RawPathParamsIter<'a> where U: Into<T>,

type Error = never;
fn try_from(value: U) -> Result<T, never>

impl<T, U> TryInto<U> for RawPathParamsIter<'a> where U: TryFrom<T>,

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

impl<V, T> VZip<V> for RawPathParamsIter<'a> where V: MultiLane<T>,

fn vzip(self) -> V