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

pub enum ElementKind {
    VecElement,
    OtherElement,
}

Variants

VecElement
OtherElement

Trait Implementations

Derived Implementations

impl Show for ElementKind

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

impl<__S: Writer> Hash<__S> for ElementKind

fn hash(&self, __arg_0: &mut __S)

impl Eq for ElementKind

fn assert_receiver_is_total_eq(&self)

impl PartialEq<ElementKind> for ElementKind

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

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

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

impl Copy for ElementKind

impl Clone for ElementKind

fn clone(&self) -> ElementKind

fn clone_from(&mut self, &ElementKind)