Struct rustc_typeck::middle::ty::param_indexUnstable
[-] [+]
[src]
pub struct param_index {
pub space: ParamSpace,
pub index: usize,
}Fields
space | |
index |
pub struct param_index {
pub space: ParamSpace,
pub index: usize,
}space | |
index |
impl Debug for param_indeximpl PartialOrd<param_index> for param_indexfn partial_cmp(&self, __arg_0: ¶m_index) -> Option<Ordering>fn 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<param_index> for param_indexfn eq(&self, __arg_0: ¶m_index) -> boolfn ne(&self, __arg_0: ¶m_index) -> boolimpl Decodable for param_indexfn decode<__D>(__arg_0: &mut __D) -> Result<param_index, __D::Error> where __D: Decoderimpl Encodable for param_indeximpl Copy 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, enum,
trait, typedef (or
tdef).