Enum rustc::middle::ty::InferRegion[src]
pub enum InferRegion {
ReVar(RegionVid),
ReSkolemized(uint, BoundRegion),
}Variants
ReVar | |
ReSkolemized |
pub enum InferRegion {
ReVar(RegionVid),
ReSkolemized(uint, BoundRegion),
}ReVar | |
ReSkolemized |
impl PartialEq for InferRegionfn eq(&self, other: &InferRegion) -> boolfn ne(&self, other: &InferRegion) -> boolimpl Show for InferRegionimpl<__S: Writer> Hash<__S> for InferRegionfn hash(&self, __arg_0: &mut __S)impl Eq for InferRegionfn assert_receiver_is_total_eq(&self)impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for InferRegionfn decode(__arg_0: &mut __D) -> Result<InferRegion, __E>impl<__S: Encoder<__E>, __E> Encodable<__S, __E> for InferRegionimpl Clone for InferRegionfn clone(&self) -> InferRegionfn 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).