Enum rustc_lint::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<InferRegion> 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
impl Eq for InferRegion
impl Decodable for InferRegion
fn decode<__D>(__arg_0: &mut __D) -> Result<InferRegion, __D::Error> where __D: Decoder
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
).