Struct rustc::middle::ty::ParamTy[src]
pub struct ParamTy {
pub space: ParamSpace,
pub idx: uint,
pub def_id: DefId,
}Fields
space | |
idx | |
def_id |
pub struct ParamTy {
pub space: ParamSpace,
pub idx: uint,
pub def_id: DefId,
}space | |
idx | |
def_id |
impl<__S: Writer> Hash<__S> for ParamTyfn hash(&self, __arg_0: &mut __S)impl Eq for ParamTyfn assert_receiver_is_total_eq(&self)impl PartialEq for ParamTyimpl Clone for ParamTyfn clone(&self) -> ParamTyfn 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).