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 Tyimpl ToTokens for Tyimpl Show for Tyimpl<__S: Writer> Hash<__S> for Tyfn hash(&self, __arg_0: &mut __S)impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for Tyimpl<__S: Encoder<__E>, __E> Encodable<__S, __E> for Tyimpl Eq for Tyfn assert_receiver_is_total_eq(&self)impl PartialEq for Tyimpl Clone for Tyfn clone(&self) -> Tyfn 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).