Struct rustc::middle::ty::FreeRegion[src]
pub struct FreeRegion {
pub scope_id: NodeId,
pub bound_region: BoundRegion,
}Fields
scope_id | |
bound_region |
pub struct FreeRegion {
pub scope_id: NodeId,
pub bound_region: BoundRegion,
}scope_id | |
bound_region |
impl Show for FreeRegionimpl<__D: Decoder<__E>, __E> Decodable<__D, __E> for FreeRegionfn decode(__arg_0: &mut __D) -> Result<FreeRegion, __E>impl<__S: Encoder<__E>, __E> Encodable<__S, __E> for FreeRegionimpl<__S: Writer> Hash<__S> for FreeRegionfn hash(&self, __arg_0: &mut __S)impl Ord for FreeRegionfn cmp(&self, __arg_0: &FreeRegion) -> Orderingimpl Eq for FreeRegionfn assert_receiver_is_total_eq(&self)impl PartialOrd for FreeRegionfn lt(&self, __arg_0: &FreeRegion) -> boolfn le(&self, __arg_0: &FreeRegion) -> boolfn gt(&self, __arg_0: &FreeRegion) -> boolfn ge(&self, __arg_0: &FreeRegion) -> boolimpl PartialEq for FreeRegionfn eq(&self, __arg_0: &FreeRegion) -> boolfn ne(&self, __arg_0: &FreeRegion) -> boolimpl Clone for FreeRegionfn clone(&self) -> FreeRegionfn 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).