Struct NameMapNoIntern
Source pub struct NameMapNoIntern;
Expand description
For use with NameMap when no interning should happen and instead string
keys are copied as-is.
The key that this interning context generates.
Inserts s into self and returns the intern’d key Self::Key.
Looks up s in self returning Some if it was found or None if
it’s not present.
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.