[][src]Struct gluon_vm::internal::InternedStr

pub struct InternedStr(_);

Interned strings which allow for fast equality checks and hashing

Implementations

impl InternedStr[src]

pub fn inner(&self) -> &GcPtr<ValueStr>[src]

Trait Implementations

impl AsRef<str> for InternedStr[src]

impl CloneUnrooted for InternedStr[src]

type Value = Self

impl CopyUnrooted for InternedStr[src]

impl Debug for InternedStr[src]

impl Deref for InternedStr[src]

type Target = str

The resulting type after dereferencing.

impl<'de, 'gc> DeserializeState<'de, DeSeed<'gc>> for InternedStr[src]

impl Display for InternedStr[src]

impl Eq for InternedStr[src]

impl Hash for InternedStr[src]

impl Ord for InternedStr[src]

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

impl PartialEq<InternedStr> for InternedStr[src]

impl PartialOrd<InternedStr> for InternedStr[src]

impl Send for InternedStr[src]

impl SerializeState<SeSeed> for InternedStr[src]

impl StructuralEq for InternedStr[src]

impl Sync for InternedStr[src]

impl Trace for InternedStr[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Any for T where
    T: Any

impl<Id> AsId<Id> for Id where
    Id: ?Sized
[src]

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

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

impl<'_, T> Captures<'_> for T[src]

impl<Choices> CoproductSubsetter<CNil, HNil> for Choices[src]

type Remainder = Choices

impl<T> Downcast for T where
    T: Any
[src]

impl<T> DowncastArc for T where
    T: Downcast + Send + Sync
[src]

impl<T> DowncastSync for T where
    T: Send + Sync + Any
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<D, T> FromPtr<D> for T[src]

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

impl<T, U, I> LiftInto<U, I> for T where
    U: LiftFrom<T, I>, 
[src]

impl<Source> Sculptor<HNil, HNil> for Source[src]

type Remainder = Source

impl<T> ToString for T where
    T: Display + ?Sized
[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.