Enum rustc_typeck::middle::mem_categorization::ElementKindUnstable [-] [+] [src]

pub enum ElementKind {
    VecElement,
    OtherElement,
}

Variants

VecElement
OtherElement

Trait Implementations

Derived Implementations

impl Debug for ElementKind

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

impl Hash for ElementKind

fn hash<__H>(&self, __arg_0: &mut __H) where __H: Hasher

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Eq for ElementKind

impl PartialEq<ElementKind> for ElementKind

fn eq(&self, __arg_0: &ElementKind) -> bool

fn ne(&self, __arg_0: &ElementKind) -> bool

impl Copy for ElementKind

impl Clone for ElementKind

fn clone(&self) -> ElementKind

fn clone_from(&mut self, source: &Self)