Struct route_recognizer::Params
[−]
[src]
pub struct Params { /* fields omitted */ }Methods
impl Params[src]
fn new() -> Params
fn insert(&mut self, key: String, value: String)
fn find(&self, key: &str) -> Option<&str>
fn iter<'a>(&'a self) -> Iter<'a>
Trait Implementations
impl PartialEq for Params[src]
fn eq(&self, __arg_0: &Params) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Params) -> bool
This method tests for !=.
impl Clone for Params[src]
fn clone(&self) -> Params
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for Params[src]
impl<'a> Index<&'a str> for Params[src]
type Output = String
The returned type after indexing
fn index(&self, index: &'a str) -> &String
The method for the indexing (container[index]) operation