Struct kailua_env::scope::ScopeMap [] [src]

pub struct ScopeMap<Name: Clone + Hash + Eq> { /* fields omitted */ }

A mapping from the position to the innermost scope containing it. Also manages the names in each scope.

Methods

impl<Name: Clone + Hash + Eq + Debug> ScopeMap<Name>
[src]

Trait Implementations

impl<Name: Debug + Clone + Hash + Eq> Debug for ScopeMap<Name>
[src]

Formats the value using the given formatter.

impl<Name: Clone + Clone + Hash + Eq> Clone for ScopeMap<Name>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more