Enum rustc_trans::middle::ty::CopyImplementationErrorExperimental [-]  [+] [src]

pub enum CopyImplementationError {
    FieldDoesNotImplementCopy(Name),
    VariantDoesNotImplementCopy(Name),
    TypeIsStructural,
}

Variants

FieldDoesNotImplementCopy
VariantDoesNotImplementCopy
TypeIsStructural

Trait Implementations

Derived Implementations

impl Copy for CopyImplementationError