Struct rust_easy_router::MatchableUrl[][src]

pub struct MatchableUrl { /* fields omitted */ }

Trait Implementations

impl Hash for MatchableUrl
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for MatchableUrl
[src]

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

This method tests for !=.

impl Eq for MatchableUrl
[src]

Auto Trait Implementations