Struct wright::parser::ast::Identifier
[−]
[src]
pub struct Identifier {
pub id: String,
pub declared_type: Option<String>,
}Identifier struct.
Fields
id: String
declared_type: Option<String>
Trait Implementations
impl Debug for Identifier[src]
impl Clone for Identifier[src]
fn clone(&self) -> Identifier[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more