Struct rustc::middle::typeck::param_index[src]
pub struct param_index {
pub space: ParamSpace,
pub index: uint,
}Fields
space | |
index |
pub struct param_index {
pub space: ParamSpace,
pub index: uint,
}space | |
index |
impl PartialOrd for param_indexfn lt(&self, __arg_0: ¶m_index) -> boolfn le(&self, __arg_0: ¶m_index) -> boolfn gt(&self, __arg_0: ¶m_index) -> boolfn ge(&self, __arg_0: ¶m_index) -> boolimpl PartialEq for param_indexfn eq(&self, __arg_0: ¶m_index) -> boolfn ne(&self, __arg_0: ¶m_index) -> boolimpl<__D: Decoder<__E>, __E> Decodable<__D, __E> for param_indexfn decode(__arg_0: &mut __D) -> Result<param_index, __E>impl<__S: Encoder<__E>, __E> Encodable<__S, __E> for param_indeximpl Clone for param_indexfn clone(&self) -> param_indexfn 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).