Struct url::format::UrlNoFragmentFormatter
[−]
[src]
pub struct UrlNoFragmentFormatter<'a> { pub url: &'a Url, }
Formatter for URLs which ignores the fragment field.
Fields
url |
pub struct UrlNoFragmentFormatter<'a> { pub url: &'a Url, }
Formatter for URLs which ignores the fragment field.
url |
impl<'a> Display for UrlNoFragmentFormatter<'a>
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
).