Enum rustc::middle::borrowck::LoanPath[src]
pub enum LoanPath {
LpVar(NodeId),
LpUpvar(UpvarId),
LpExtend(Rc<LoanPath>, MutabilityCategory, LoanPathElem),
}Variants
LpVar | |
LpUpvar | |
LpExtend |
pub enum LoanPath {
LpVar(NodeId),
LpUpvar(UpvarId),
LpExtend(Rc<LoanPath>, MutabilityCategory, LoanPathElem),
}LpVar | |
LpUpvar | |
LpExtend |
impl LoanPathfn kill_scope(&self, tcx: &ctxt) -> NodeIdimpl Repr for LoanPathimpl<__S: Writer> Hash<__S> for LoanPathfn hash(&self, __arg_0: &mut __S)impl Eq for LoanPathfn assert_receiver_is_total_eq(&self)impl PartialEq for LoanPath
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).