Struct simple_proxy::middlewares::router::MatchedRoute[][src]

pub struct MatchedRoute {
    pub uri: String,
    pub public: bool,
}

Fields

Trait Implementations

impl Debug for MatchedRoute
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations