Enum rustdoc::clean::TypeKind
[−]
[src]
pub enum TypeKind { TypeEnum, TypeFunction, TypeModule, TypeConst, TypeStatic, TypeStruct, TypeTrait, TypeVariant, TypeTypedef, }
Unstable (
rustdoc
)Variants
TypeEnum
Unstable (
rustdoc
)TypeFunction
Unstable (
rustdoc
)TypeModule
Unstable (
rustdoc
)TypeConst
Unstable (
rustdoc
)TypeStatic
Unstable (
rustdoc
)TypeStruct
Unstable (
rustdoc
)TypeTrait
Unstable (
rustdoc
)TypeVariant
Unstable (
rustdoc
)TypeTypedef
Unstable (
rustdoc
)Trait Implementations
Derived Implementations
impl Debug for TypeKind
[src]
impl Copy for TypeKind
[src]
impl Decodable for TypeKind
[src]
impl Encodable for TypeKind
[src]
impl Clone for TypeKind
[src]
fn clone(&self) -> TypeKind
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more