Enum rustc::middle::ty::InferRegionUnstable
[-] [+]
[src]
pub enum InferRegion {
ReVar(RegionVid),
ReSkolemized(u32, BoundRegion),
}Variants
ReVar | |
ReSkolemized |
pub enum InferRegion {
ReVar(RegionVid),
ReSkolemized(u32, BoundRegion),
}ReVar | |
ReSkolemized |
impl PartialEq for InferRegionfn eq(&self, other: &InferRegion) -> boolfn ne(&self, other: &InferRegion) -> boolimpl Copy for InferRegionimpl Debug for InferRegionimpl Hash for InferRegionfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Eq for InferRegionimpl Decodable for InferRegionfn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<InferRegion, __D>impl Encodable 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, enum,
trait, typedef (or
tdef).