Struct router::Params
[-] [+]
[src]
pub struct Params { // some fields omitted }
pub struct Params { // some fields omitted }
impl Params
fn new() -> Params
fn insert(&mut self, key: String, value: String)
fn find(&self, key: &str) -> Option<&str>
impl<'a> Index<&'a str> for Params
impl Debug for Params
impl Clone for Params
impl PartialEq<Params> 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
).