Struct rustc::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_index
impl PartialOrd for param_index
fn partial_cmp(&self, __arg_0: ¶m_index) -> Option<Ordering>
fn lt(&self, __arg_0: ¶m_index) -> bool
fn le(&self, __arg_0: ¶m_index) -> bool
fn gt(&self, __arg_0: ¶m_index) -> bool
fn ge(&self, __arg_0: ¶m_index) -> bool
impl PartialEq for param_index
fn eq(&self, __arg_0: ¶m_index) -> bool
fn ne(&self, __arg_0: ¶m_index) -> bool
impl Decodable for param_index
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<param_index, __D>
impl Encodable for param_index
impl Copy for param_index
impl Clone for param_index
fn clone(&self) -> param_index
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
).