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>, }
Unstable (
rustdoc
)Fields
ty: P<Ty>
Unstable (
rustdoc
)gen: Generics
Unstable (
rustdoc
)name: Name
Unstable (
rustdoc
)id: NodeId
Unstable (
rustdoc
)attrs: HirVec<Attribute>
Unstable (
rustdoc
)whence: Span
Unstable (
rustdoc
)vis: Visibility
Unstable (
rustdoc
)stab: Option<Stability>
Unstable (
rustdoc
)depr: Option<Deprecation>
Unstable (
rustdoc
)