Enum rustc::middle::borrowck::LoanPathElem[src]
pub enum LoanPathElem {
LpDeref(PointerKind),
LpInterior(InteriorKind),
}Variants
LpDeref | |
LpInterior |
pub enum LoanPathElem {
LpDeref(PointerKind),
LpInterior(InteriorKind),
}LpDeref | |
LpInterior |
impl<__S: Writer> Hash<__S> for LoanPathElemfn hash(&self, __arg_0: &mut __S)impl Eq for LoanPathElemfn assert_receiver_is_total_eq(&self)impl PartialEq for LoanPathElemfn eq(&self, __arg_0: &LoanPathElem) -> boolfn ne(&self, __arg_0: &LoanPathElem) -> bool
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).