pub struct Interner<K = NonZeroU32, S = RandomState> { /* private fields */ }Expand description
String interner.
See the module documentation for information about this data structure.
Implementations§
Source§impl<K: Key, S: BuildHasher> Interner<K, S>
impl<K: Key, S: BuildHasher> Interner<K, S>
Trait Implementations§
Auto Trait Implementations§
impl<K, S> Freeze for Interner<K, S>where
S: Freeze,
impl<K, S> RefUnwindSafe for Interner<K, S>where
S: RefUnwindSafe,
K: RefUnwindSafe,
impl<K, S> Send for Interner<K, S>
impl<K, S> Sync for Interner<K, S>
impl<K, S> Unpin for Interner<K, S>
impl<K, S> UnwindSafe for Interner<K, S>where
S: UnwindSafe,
K: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more