Enum rustc_metadata::rmeta::AssocContainer [−][src]
enum AssocContainer {
TraitRequired,
TraitWithDefault,
ImplDefault,
ImplFinal,
}
Expand description
Describes whether the container of an associated item is a trait or an impl and whether, in a trait, it has a default, or an in impl, whether it’s marked “default”.
Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AssocContainer
impl Send for AssocContainer
impl Sync for AssocContainer
impl Unpin for AssocContainer
impl UnwindSafe for AssocContainer
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: 1 byte
Size for each variant:
TraitRequired
: 0 bytesTraitWithDefault
: 0 bytesImplDefault
: 0 bytesImplFinal
: 0 bytes