Struct reform::structure::LocalVarInfo[][src]

pub struct LocalVarInfo {
    pub variables: HashMap<VarName, HashMap<Vec<Element>, Element>>,
    pub global_variables: HashMap<VarName, Element>,
}

Keep track of local state, such as the values for dollar variables.

Fields

Methods

impl LocalVarInfo
[src]

Trait Implementations

impl Debug for LocalVarInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for LocalVarInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations