Enum rustc::middle::ty::AutoAdjustment[src]
pub enum AutoAdjustment {
AutoAddEnv(TraitStore),
AutoDerefRef(AutoDerefRef),
AutoObject(TraitStore, BuiltinBounds, DefId, Substs),
}Variants
AutoAddEnv | |
AutoDerefRef | |
AutoObject |
pub enum AutoAdjustment {
AutoAddEnv(TraitStore),
AutoDerefRef(AutoDerefRef),
AutoObject(TraitStore, BuiltinBounds, DefId, Substs),
}AutoAddEnv | |
AutoDerefRef | |
AutoObject |
impl Clone for AutoAdjustmentfn clone(&self) -> AutoAdjustmentfn clone_from(&mut self, source: &Self)
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).