Enum rustc::ty::util::CopyImplementationError
[−]
[src]
pub enum CopyImplementationError { InfrigingField(Name), InfrigingVariant(Name), NotAnAdt, HasDestructor, }
Unstable (
rustc_private
)Variants
InfrigingField(Name)
Unstable (
rustc_private
)InfrigingVariant(Name)
Unstable (
rustc_private
)NotAnAdt
Unstable (
rustc_private
)HasDestructor
Unstable (
rustc_private
)Trait Implementations
Derived Implementations
impl Clone for CopyImplementationError
[src]
fn clone(&self) -> CopyImplementationError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more