Struct wright::parser::ast::Identifier [] [src]

pub struct Identifier {
    pub id: String,
    pub declared_type: Option<String>,
}

Identifier struct.

Fields

Trait Implementations

impl Debug for Identifier
[src]

[src]

Formats the value using the given formatter.

impl Clone for Identifier
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more