Struct chilli::routing::Map [] [src]

pub struct Map { /* fields omitted */ }

The map stores all the URL rules.

Methods

impl Map
[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for Map
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Map
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Map
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Map

impl Sync for Map