Struct texcraft_stdext::collections::interner::Interner
source · 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§
source§impl<'de, K: Key, S: Default + BuildHasher> Deserialize<'de> for Interner<K, S>
impl<'de, K: Key, S: Default + BuildHasher> Deserialize<'de> for Interner<K, S>
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl<K, S> RefUnwindSafe for Interner<K, S>where K: RefUnwindSafe, S: RefUnwindSafe,
impl<K, S> Send for Interner<K, S>where K: Send, S: Send,
impl<K, S> Sync for Interner<K, S>where K: Sync, S: Sync,
impl<K, S> Unpin for Interner<K, S>where K: Unpin, S: Unpin,
impl<K, S> UnwindSafe for Interner<K, S>where K: UnwindSafe, S: 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