Struct url::format::UrlNoFragmentFormatter [] [src]

pub struct UrlNoFragmentFormatter<'a> {
    pub url: &'a Url,
}

Formatter for URLs which ignores the fragment field.

Fields

Trait Implementations

impl<'a> Display for UrlNoFragmentFormatter<'a>
[src]

Formats the value using the given formatter.