Enum rustc::middle::ty::InferTy[src]
pub enum InferTy {
TyVar(TyVid),
IntVar(IntVid),
FloatVar(FloatVid),
}Variants
TyVar | |
IntVar | |
FloatVar |
pub enum InferTy {
TyVar(TyVid),
IntVar(IntVid),
FloatVar(FloatVid),
}TyVar | |
IntVar | |
FloatVar |
impl Show for InferTyimpl<__S: Writer> Hash<__S> for InferTyfn hash(&self, __arg_0: &mut __S)impl Eq for InferTyfn assert_receiver_is_total_eq(&self)impl PartialEq for InferTyimpl Clone for InferTyfn clone(&self) -> InferTyfn 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).