Enum rustc_lint::middle::mem_categorization::InteriorKindUnstable [-] [+] [src]

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

Variants

InteriorField
InteriorElement

Trait Implementations

impl<'tcx> Repr<'tcx> for InteriorKind

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

Derived Implementations

impl Debug for InteriorKind

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

impl Hash for InteriorKind

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

impl Eq for InteriorKind

impl PartialEq<InteriorKind> for InteriorKind

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

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

impl Copy for InteriorKind

impl Clone for InteriorKind

fn clone(&self) -> InteriorKind

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