Struct syntax::ast::Ty[][src]

pub struct Ty {
    pub id: NodeId,
    pub node: TyKind,
    pub span: Span,
}

Fields

Trait Implementations

impl Clone for Ty
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Encodable for Ty
[src]

impl Decodable for Ty
[src]

impl Debug for Ty
[src]

Formats the value using the given formatter. Read more

impl ToTokens for Ty
[src]

Important traits for Vec<u8>

Auto Trait Implementations

impl !Send for Ty

impl !Sync for Ty