Struct route_recognizer::Params
[-] [+]
[src]
pub struct Params {
// some fields omitted
}pub struct Params {
// some fields omitted
}impl Paramsfn new() -> Paramsfn insert(&mut self, key: String, value: String)fn find(&self, key: &str) -> Option<&str>impl<'a> Index<&'a str> for Paramsimpl Debug for Paramsimpl Clone for Paramsfn clone(&self) -> Paramsfn clone_from(&mut self, source: &Self)impl PartialEq for Params
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).