[][src]Struct syntax_pos::symbol::LocalInternedString

pub struct LocalInternedString { /* fields omitted */ }

Represents a string stored in the interner. Because the interner outlives any thread which uses this type, we can safely treat string which points to interner data, as an immortal string, as long as this type never crosses between threads.

Methods

impl LocalInternedString
[src]

Trait Implementations

impl Ord for LocalInternedString
[src]

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl<T: Deref<Target = str>> PartialEq<T> for LocalInternedString
[src]

This method tests for !=.

impl PartialEq<LocalInternedString> for str
[src]

This method tests for !=.

impl<'a> PartialEq<LocalInternedString> for &'a str
[src]

This method tests for !=.

impl PartialEq<LocalInternedString> for String
[src]

This method tests for !=.

impl<'a> PartialEq<LocalInternedString> for &'a String
[src]

This method tests for !=.

impl !Send for LocalInternedString
[src]

impl Clone for LocalInternedString
[src]

Performs copy-assignment from source. Read more

impl Copy for LocalInternedString
[src]

impl Eq for LocalInternedString
[src]

impl PartialOrd<LocalInternedString> for LocalInternedString
[src]

impl !Sync for LocalInternedString
[src]

impl<U: ?Sized> AsRef<U> for LocalInternedString where
    str: AsRef<U>, 
[src]

impl Display for LocalInternedString
[src]

impl Debug for LocalInternedString
[src]

impl Deref for LocalInternedString
[src]

The resulting type after dereferencing.

impl Hash for LocalInternedString
[src]

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

impl Encodable for LocalInternedString
[src]

impl Decodable for LocalInternedString
[src]

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]

impl<T> Encodable for T where
    T: UseSpecializedEncodable + ?Sized
[src]

impl<T> Decodable for T where
    T: UseSpecializedDecodable
[src]

impl<E> SpecializationError for E
[src]

impl<T> Erased for T
[src]

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

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

impl<T> Erased for T