Enum rustc::middle::borrowck::LoanPathElem[src]

pub enum LoanPathElem {
    LpDeref(PointerKind),
    LpInterior(InteriorKind),
}

Variants

LpDeref
LpInterior

Trait Implementations

Derived Implementations

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

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

impl Eq for LoanPathElem

fn assert_receiver_is_total_eq(&self)

impl PartialEq for LoanPathElem

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

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