Struct rustdoc::html::render::RenderInfo
[−]
[src]
pub struct RenderInfo {
pub inlined: HashSet<DefId>,
pub external_paths: ExternalPaths,
pub external_typarams: HashMap<DefId, String>,
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<DefId, String>
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