Struct syntax::ast::TyExperimental
[-]
[+]
[src]
pub struct Ty { pub id: NodeId, pub node: Ty_, pub span: Span, }
Fields
id | |
node | |
span |
pub struct Ty { pub id: NodeId, pub node: Ty_, pub span: Span, }
id | |
node | |
span |
impl ToSource for Ty
impl ToTokens for Ty
impl Show for Ty
impl<__S: Writer> Hash<__S> for Ty
fn hash(&self, __arg_0: &mut __S)
impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for Ty
impl<__S: Encoder<__E>, __E> Encodable<__S, __E> for Ty
impl Eq for Ty
fn assert_receiver_is_total_eq(&self)
impl PartialEq for Ty
impl Clone for Ty
fn clone(&self) -> Ty
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
).