Struct symtern::Sym [] [src]

pub struct Sym<I: SymbolId> { /* fields omitted */ }

Symbol type used by Pool's Intern and Resolve implementations.

Trait Implementations

impl<I: Copy + SymbolId> Copy for Sym<I>
[src]

impl<I: Clone + SymbolId> Clone for Sym<I>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<I: Debug + SymbolId> Debug for Sym<I>
[src]

Formats the value using the given formatter.

impl<I: PartialEq + SymbolId> PartialEq for Sym<I>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<I: Eq + SymbolId> Eq for Sym<I>
[src]

impl<I: Hash + SymbolId> Hash for Sym<I>
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.