Struct syntax::ast::Pat[][src]

pub struct Pat {
    pub id: NodeId,
    pub node: PatKind,
    pub span: Span,
}

Fields

Methods

impl Pat
[src]

Trait Implementations

impl Clone for Pat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Encodable for Pat
[src]

impl Decodable for Pat
[src]

impl Debug for Pat
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Pat

impl !Sync for Pat