Struct rustdoc::doctree::Typedef [−][src]
pub struct Typedef { pub ty: P<Ty>, pub gen: Generics, pub name: Name, pub id: NodeId, pub attrs: HirVec<Attribute>, pub whence: Span, pub vis: Visibility, pub stab: Option<Stability>, pub depr: Option<Deprecation>, }
Fields
ty: P<Ty>
gen: Generics
name: Name
id: NodeId
attrs: HirVec<Attribute>
whence: Span
vis: Visibility
stab: Option<Stability>
depr: Option<Deprecation>