Struct mount::OriginalUrl [] [src]

pub struct OriginalUrl;

Exposes the original, unmodified path to be stored in Request::extensions.

Trait Implementations

impl Clone for OriginalUrl
[src]

fn clone(&self) -> OriginalUrl

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for OriginalUrl
[src]

impl Key for OriginalUrl
[src]

type Value = Url

The value type associated with this key type.