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

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

Formatter for URLs which ignores the fragment field.

Fields

url: &'a Url

Trait Implementations

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

fn fmt(&self, formatter: &mut Formatter) -> Result

Formats the value using the given formatter.