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

pub struct RenderInfo {
    pub inlined: FxHashSet<DefId>,
    pub external_paths: FxHashMap<DefId, (Vec<String>, TypeKind)>,
    pub external_typarams: FxHashMap<DefId, String>,
    pub exact_paths: FxHashMap<DefId, Vec<String>>,
    pub deref_trait_did: Option<DefId>,
    pub deref_mut_trait_did: Option<DefId>,
    pub owned_box_did: Option<DefId>,
}

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

Fields

Trait Implementations

impl Default for RenderInfo
[src]

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

Auto Trait Implementations

impl Send for RenderInfo

impl Sync for RenderInfo