Struct mount::OriginalUrl
[-] [+]
[src]
pub struct OriginalUrl;
Exposes the original, unmodified path to be stored in Request::extensions
.
pub struct OriginalUrl;
Exposes the original, unmodified path to be stored in Request::extensions
.
impl Key for OriginalUrl
type Value = Url
impl Clone for OriginalUrl
fn clone(&self) -> OriginalUrl
fn clone_from(&mut self, source: &Self)
impl Copy for OriginalUrl
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).