Struct rustdoc::html::render::ImplementorUnstable [-] [+] [src]

pub struct Implementor {
    pub def_id: DefId,
    pub generics: Generics,
    pub trait_: Type,
    pub for_: Type,
    pub stability: Option<Stability>,
    pub polarity: Option<ImplPolarity>,
}

Metadata about an implementor of a trait.

Fields

def_id
generics
trait_
for_
stability
polarity