Struct syntex_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 PartialEq for Ty
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Ty
[src]

impl Hash for Ty
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for Ty
[src]

Formats the value using the given formatter.

impl ToTokens for Ty
[src]