Enum rustc::middle::mem_categorization::InteriorKind[src]

pub enum InteriorKind {
    InteriorField(FieldName),
    InteriorElement(ElementKind),
}

Variants

InteriorField
InteriorElement

Trait Implementations

impl Repr for InteriorKind

fn repr(&self, _tcx: &ctxt) -> String

Derived Implementations

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

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

impl Eq for InteriorKind

fn assert_receiver_is_total_eq(&self)

impl PartialEq for InteriorKind

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

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

impl Clone for InteriorKind

fn clone(&self) -> InteriorKind

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