Struct route_recognizer::Params [] [src]

pub struct Params { /* fields omitted */ }

Methods

impl Params
[src]

Trait Implementations

impl PartialEq for Params
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Params
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Params
[src]

Formats the value using the given formatter.

impl<'a> Index<&'a str> for Params
[src]

The returned type after indexing

The method for the indexing (container[index]) operation

impl<'a> IntoIterator for &'a Params
[src]

Which kind of iterator are we turning this into?

The type of the elements being iterated over.

Creates an iterator from a value. Read more