Enum rustdoc_index::doc::ParentType [−][src]
#[repr(u8)] pub enum ParentType { Struct, Enum, Typedef, Trait, Variant, Primitive, Union, }
Variants
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ParentType
impl Send for ParentType
impl Sync for ParentType
impl Unpin for ParentType
impl UnwindSafe for ParentType