Enum rustc_trans::metadata::tydecode::DefIdSourceExperimental [-]  [+] [src]

pub enum DefIdSource {
    NominalType,
    TypeWithId,
    TypeParameter,
    RegionParameter,
    UnboxedClosureSource,
}

Variants

NominalType
TypeWithId
TypeParameter
RegionParameter
UnboxedClosureSource

Trait Implementations

Derived Implementations

impl Show for DefIdSource

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>

impl Copy for DefIdSource