Struct reform::structure::VarInfo[][src]

pub struct VarInfo {
    pub global_info: GlobalVarInfo,
    pub local_info: LocalVarInfo,
}

Keep track of local state. This includes the global state as well as the values for dollar variables.

Fields

Methods

impl VarInfo
[src]

Trait Implementations

impl Debug for VarInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for VarInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for VarInfo

impl Sync for VarInfo