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 InferRegion
fn eq(&self, other: &InferRegion) -> bool
fn ne(&self, other: &InferRegion) -> bool
impl Copy for InferRegion
impl Debug for InferRegion
impl Hash for InferRegion
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Eq for InferRegion
impl Decodable for InferRegion
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<InferRegion, __D>
impl Encodable for InferRegion
impl Clone for InferRegion
fn clone(&self) -> InferRegion
fn 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
).