Enum rustdoc::clean::types::ItemKind[][src]

pub(crate) enum ItemKind {
Show 28 variants ExternCrateItem { src: Option<Symbol>, }, ImportItem(Import), StructItem(Struct), UnionItem(Union), EnumItem(Enum), FunctionItem(Function), ModuleItem(Module), TypedefItem(Typedefbool), OpaqueTyItem(OpaqueTy), StaticItem(Static), ConstantItem(Constant), TraitItem(Trait), TraitAliasItem(TraitAlias), ImplItem(Impl), TyMethodItem(Function), MethodItem(FunctionOption<Defaultness>), StructFieldItem(Type), VariantItem(Variant), ForeignFunctionItem(Function), ForeignStaticItem(Static), ForeignTypeItem, MacroItem(Macro), ProcMacroItem(ProcMacro), PrimitiveItem(PrimitiveType), AssocConstItem(TypeOption<String>), AssocTypeItem(Vec<GenericBound>, Option<Type>), StrippedItem(Box<ItemKind>), KeywordItem(Symbol),
}

Variants

ExternCrateItem

Fields of ExternCrateItem

src: Option<Symbol>

The crate’s name, not the name it’s imported as.

ImportItem(Import)

Tuple Fields of ImportItem

0: Import
StructItem(Struct)

Tuple Fields of StructItem

0: Struct
UnionItem(Union)

Tuple Fields of UnionItem

0: Union
EnumItem(Enum)

Tuple Fields of EnumItem

0: Enum
FunctionItem(Function)

Tuple Fields of FunctionItem

0: Function
ModuleItem(Module)

Tuple Fields of ModuleItem

0: Module
TypedefItem(Typedefbool)

Tuple Fields of TypedefItem

0: Typedef1: bool
OpaqueTyItem(OpaqueTy)

Tuple Fields of OpaqueTyItem

0: OpaqueTy
StaticItem(Static)

Tuple Fields of StaticItem

0: Static
ConstantItem(Constant)

Tuple Fields of ConstantItem

0: Constant
TraitItem(Trait)

Tuple Fields of TraitItem

0: Trait
TraitAliasItem(TraitAlias)

Tuple Fields of TraitAliasItem

0: TraitAlias
ImplItem(Impl)

Tuple Fields of ImplItem

0: Impl
TyMethodItem(Function)

A method signature only. Used for required methods in traits (ie, non-default-methods).

Tuple Fields of TyMethodItem

0: Function
MethodItem(FunctionOption<Defaultness>)

A method with a body.

Tuple Fields of MethodItem

0: Function1: Option<Defaultness>
StructFieldItem(Type)

Tuple Fields of StructFieldItem

0: Type
VariantItem(Variant)

Tuple Fields of VariantItem

0: Variant
ForeignFunctionItem(Function)

fns from an extern block

Tuple Fields of ForeignFunctionItem

0: Function
ForeignStaticItem(Static)

statics from an extern block

Tuple Fields of ForeignStaticItem

0: Static
ForeignTypeItem

types from an extern block

MacroItem(Macro)

Tuple Fields of MacroItem

0: Macro
ProcMacroItem(ProcMacro)

Tuple Fields of ProcMacroItem

0: ProcMacro
PrimitiveItem(PrimitiveType)

Tuple Fields of PrimitiveItem

0: PrimitiveType
AssocConstItem(TypeOption<String>)

Tuple Fields of AssocConstItem

0: Type1: Option<String>
AssocTypeItem(Vec<GenericBound>, Option<Type>)

An associated item in a trait or trait impl.

The bounds may be non-empty if there is a where clause. The Option<Type> is the default concrete type (e.g. trait Trait { type Target = usize; })

Tuple Fields of AssocTypeItem

0: Vec<GenericBound>1: Option<Type>
StrippedItem(Box<ItemKind>)

An item that has been stripped by a rustdoc pass

Tuple Fields of StrippedItem

0: Box<ItemKind>
KeywordItem(Symbol)

Tuple Fields of KeywordItem

0: Symbol

Implementations

Some items contain others such as structs (for their fields) and Enums (for their variants). This method returns those contained items.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

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

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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: 224 bytes

Size for each variant: