Struct espr::ast::LocalVariable [−][src]
pub struct LocalVariable {
pub name: String,
pub ty: Type,
pub expr: Option<Expression>,
}Fields
name: Stringty: Typeexpr: Option<Expression>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for LocalVariable
impl Send for LocalVariable
impl Sync for LocalVariable
impl Unpin for LocalVariable
impl UnwindSafe for LocalVariable
Blanket Implementations
Mutably borrows from an owned value. Read more