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

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

Formatter for URLs which ignores the fragment field.

Fields

url

Trait Implementations

impl<'a> Display for UrlNoFragmentFormatter<'a>

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