Struct symtern::adaptors::InlineSym [] [src]

pub struct InlineSym<S> { /* fields omitted */ }

Symbol type used by the short module's Intern implementation.

Trait Implementations

impl<S: Copy> Copy for Sym<S>
[src]

impl<S: Clone> Clone for Sym<S>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S: Debug> Debug for Sym<S>
[src]

Formats the value using the given formatter.

impl<S: PartialEq> PartialEq for Sym<S>
[src]

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

This method tests for !=.

impl<S: Eq> Eq for Sym<S>
[src]

impl<S: Hash> Hash for Sym<S>
[src]

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

Feeds a slice of this type into the state provided.

impl<S> From<S> for Sym<S>
[src]

Performs the conversion.