Struct librsnek::compiler::symbol::SymTable [] [src]

struct SymTable<T>(RefCell<SymIndex<T>>)
where
    T: Hash + Eq + Ord
;

Methods

impl<T> SymTable<T> where
    T: Clone + Hash + Eq + Ord
[src]

Trait Implementations

impl<T: Debug> Debug for SymTable<T> where
    T: Hash + Eq + Ord
[src]

Formats the value using the given formatter.

impl<T: Clone> Clone for SymTable<T> where
    T: Hash + Eq + Ord
[src]

Returns a copy of the value.

Performs copy-assignment from source.