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

pub struct RenderInfo {
    pub inlined: FxHashSet<DefId>,
    pub external_paths: ExternalPaths,
    pub external_typarams: FxHashMap<DefId, String>,
    pub deref_trait_did: Option<DefId>,
    pub deref_mut_trait_did: Option<DefId>,
}
🔬 This is a nightly-only experimental API. (rustdoc)

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

Fields

🔬 This is a nightly-only experimental API. (rustdoc)
🔬 This is a nightly-only experimental API. (rustdoc)
🔬 This is a nightly-only experimental API. (rustdoc)
🔬 This is a nightly-only experimental API. (rustdoc)
🔬 This is a nightly-only experimental API. (rustdoc)

Trait Implementations

impl Default for RenderInfo
[src]

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