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

struct Type {
    name: Option<String>,
    generics: Option<Vec<String>>,
}

A type used for the search index.

Fields

Trait Implementations

impl Debug for Type
[src]

Formats the value using the given formatter. Read more

impl ToJson for Type
[src]

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

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Converts the value of self to an instance of JSON

Auto Trait Implementations

impl Send for Type

impl Sync for Type