Struct mount::OriginalUrl [] [src]

pub struct OriginalUrl;

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

Trait Implementations

impl Copy for OriginalUrl
[src]

impl Clone for OriginalUrl
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Key for OriginalUrl
[src]

The value type associated with this key type.