[][src]Struct strtab::Symbol

pub struct Symbol<'f>(_);

Methods

impl<'_> Symbol<'_>
[src]

Trait Implementations

impl<'f> Relational for Symbol<'f>
[src]

impl<'f> Ord for Symbol<'f>
[src]

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl<'_> PartialEq<Symbol<'_>> for Symbol<'_>
[src]

This method tests for !=.

impl<'_> PartialEq<str> for Symbol<'_>
[src]

This method tests for !=.

impl<'f> Clone for Symbol<'f>
[src]

Performs copy-assignment from source. Read more

impl<'f> Copy for Symbol<'f>
[src]

impl<'f> Eq for Symbol<'f>
[src]

impl<'f> PartialOrd<Symbol<'f>> for Symbol<'f>
[src]

impl<'_> Display for Symbol<'_>
[src]

impl<'f> Debug for Symbol<'f>
[src]

impl<'_> Hash for Symbol<'_>
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl<'f> Send for Symbol<'f>

impl<'f> Sync for Symbol<'f>

Blanket Implementations

impl<T> From for T
[src]

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

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[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]