Struct rustdoc::html::format::HRef[][src]

pub struct HRef<'a> {
    pub did: DefId,
    pub text: &'a str,
}

Fields

Methods

impl<'a> HRef<'a>
[src]

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for HRef<'a>

impl<'a> Sync for HRef<'a>