Struct radix_router::router::Param[][src]

pub struct Param {
    pub key: String,
    pub value: String,
}

Param is a single URL parameter, consisting of a key and a value.

Fields

Methods

impl Param
[src]

Trait Implementations

impl Debug for Param
[src]

Formats the value using the given formatter. Read more

impl Clone for Param
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Param
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Param

impl Sync for Param