Struct rustdoc::html::render::RenderInfo [] [src]

pub struct RenderInfo {
    pub inlined: HashSet<DefId>,
    pub external_paths: ExternalPaths,
    pub external_typarams: HashMap<DefIdString>,
    pub deref_trait_did: Option<DefId>,
}
Unstable (rustdoc)

Temporary storage for data obtained during RustdocVisitor::clean(). Later on moved into CACHE_KEY.

Fields

inlined: HashSet<DefId>
Unstable (rustdoc)
external_paths: ExternalPaths
Unstable (rustdoc)
external_typarams: HashMap<DefIdString>
Unstable (rustdoc)
deref_trait_did: Option<DefId>
Unstable (rustdoc)

Trait Implementations

Derived Implementations

impl Default for RenderInfo
[src]

fn default() -> RenderInfo

Returns the "default value" for a type. Read more