Struct rustdoc::html::render::RenderInfo [−][src]
pub struct RenderInfo {
pub inlined: FxHashSet<DefId>,
pub external_paths: ExternalPaths,
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
inlined: FxHashSet<DefId>
external_paths: ExternalPaths
external_typarams: FxHashMap<DefId, String>
exact_paths: FxHashMap<DefId, Vec<String>>
deref_trait_did: Option<DefId>
deref_mut_trait_did: Option<DefId>
owned_box_did: Option<DefId>
Trait Implementations
impl Default for RenderInfo[src]
impl Default for RenderInfofn default() -> RenderInfo[src]
fn default() -> RenderInfoReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for RenderInfo
impl Send for RenderInfoimpl Sync for RenderInfo
impl Sync for RenderInfo