[][src]Struct symtab::Scoped

pub struct Scoped<S, T> where
    S: Hash + Eq + Copy
{ /* fields omitted */ }

Scoped implements scoping for SymbolTable. The generic type S is the Symbol and T is the value stored for that symbol.

Methods

impl<S, T> Scoped<S, T> where
    S: Hash + Eq + Copy
[src]

Auto Trait Implementations

impl<S, T> Send for Scoped<S, T> where
    S: Send,
    T: Send

impl<S, T> Sync for Scoped<S, T> where
    S: Sync,
    T: Sync

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]