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]
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