Struct symtern::adaptors::LumaSym [] [src]

pub struct LumaSym<'a, W> { /* fields omitted */ }

Symbol type used by the Luma adaptor.

Trait Implementations

impl<'a, W: Copy> Copy for Sym<'a, W>
[src]

impl<'a, W: Clone> Clone for Sym<'a, W>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a, W: PartialEq> PartialEq for Sym<'a, W>
[src]

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

This method tests for !=.

impl<'a, W: Eq> Eq for Sym<'a, W>
[src]

impl<'a, W: Debug> Debug for Sym<'a, W>
[src]

Formats the value using the given formatter.

impl<'a, W: Hash> Hash for Sym<'a, W>
[src]

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

Feeds a slice of this type into the state provided.

impl<'a, W> From<W> for Sym<'a, W>
[src]

Performs the conversion.