Struct UriTemplateVariables

struct UriTemplateVariables<'a> { ... }

An iterator of variables in a URI template.

Implementations

impl<'a> Clone for UriTemplateVariables<'a>

fn clone(self: &Self) -> UriTemplateVariables<'a>

impl<'a> Debug for UriTemplateVariables<'a>

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

impl<'a> Freeze for UriTemplateVariables<'a>

impl<'a> Iterator for UriTemplateVariables<'a>

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

impl<'a> RefUnwindSafe for UriTemplateVariables<'a>

impl<'a> Send for UriTemplateVariables<'a>

impl<'a> Sync for UriTemplateVariables<'a>

impl<'a> Unpin for UriTemplateVariables<'a>

impl<'a> UnsafeUnpin for UriTemplateVariables<'a>

impl<'a> UnwindSafe for UriTemplateVariables<'a>

impl<I> IntoIterator for UriTemplateVariables<'a>

fn into_iter(self: Self) -> I

impl<T> Any for UriTemplateVariables<'a>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for UriTemplateVariables<'a>

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

impl<T> BorrowMut for UriTemplateVariables<'a>

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

impl<T> CloneToUninit for UriTemplateVariables<'a>

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for UriTemplateVariables<'a>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for UriTemplateVariables<'a>

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for UriTemplateVariables<'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 UriTemplateVariables<'a>

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

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

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