Struct rustdoc::html::render::IndexItem [−][src]
pub(crate) struct IndexItem {
pub(crate) ty: ItemType,
pub(crate) name: String,
pub(crate) path: String,
pub(crate) desc: String,
pub(crate) parent: Option<DefId>,
pub(crate) parent_idx: Option<usize>,
pub(crate) search_type: Option<IndexItemFunctionType>,
pub(crate) aliases: Box<[String]>,
}
Expand description
Struct representing one entry in the JS search index. These are all emitted by hand to a large JS file at the end of cache-creation.
Fields
ty: ItemType
name: String
path: String
desc: String
parent: Option<DefId>
parent_idx: Option<usize>
search_type: Option<IndexItemFunctionType>
aliases: Box<[String]>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IndexItem
impl UnwindSafe for IndexItem
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 168 bytes