Struct router::Params []

pub struct Params {
    // some fields omitted
}

Methods

impl Params

Trait Implementations

impl Debug for Params

Formats the value using the given formatter.

impl Clone for Params

impl PartialEq<Params> for Params

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

This method tests for !=.

impl<'a> Index<&'a str> for Params