Struct rustc_ast::ast::ImplKind [−][src]
pub struct ImplKind {
pub unsafety: Unsafe,
pub polarity: ImplPolarity,
pub defaultness: Defaultness,
pub constness: Const,
pub generics: Generics,
pub of_trait: Option<TraitRef>,
pub self_ty: P<Ty>,
pub items: Vec<P<AssocItem>>,
}
Fields
unsafety: Unsafe
polarity: ImplPolarity
defaultness: Defaultness
constness: Const
generics: Generics
of_trait: Option<TraitRef>
The trait being implemented, if any.
self_ty: P<Ty>
items: Vec<P<AssocItem>>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ImplKind
impl !UnwindSafe for ImplKind
Blanket Implementations
Mutably borrows from an owned value. 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: 200 bytes