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

struct AllTypes {
    structs: HashSet<ItemEntry>,
    enums: HashSet<ItemEntry>,
    unions: HashSet<ItemEntry>,
    primitives: HashSet<ItemEntry>,
    traits: HashSet<ItemEntry>,
    macros: HashSet<ItemEntry>,
    functions: HashSet<ItemEntry>,
    typedefs: HashSet<ItemEntry>,
    existentials: HashSet<ItemEntry>,
    statics: HashSet<ItemEntry>,
    constants: HashSet<ItemEntry>,
    keywords: HashSet<ItemEntry>,
}

Fields

Methods

impl AllTypes
[src]

Trait Implementations

impl Debug for AllTypes
[src]

Formats the value using the given formatter. Read more

impl Display for AllTypes
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AllTypes

impl Sync for AllTypes