Enum rustdoc::clean::TypeKind[][src]

pub enum TypeKind {
    Enum,
    Function,
    Module,
    Const,
    Static,
    Struct,
    Union,
    Trait,
    Variant,
    Typedef,
    Foreign,
    Macro,
}

Variants

Trait Implementations

impl Clone for TypeKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Encodable for TypeKind
[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?

impl Decodable for TypeKind
[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?

impl Copy for TypeKind
[src]

impl Debug for TypeKind
[src]

Formats the value using the given formatter. Read more

impl From<TypeKind> for ItemType
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for TypeKind

impl Sync for TypeKind