pub struct Interner { /* private fields */ }Expand description
String interner
This is a thread-safe string interner that assigns unique IDs to strings. Strings are never removed (for simplicity and performance).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Interner
impl RefUnwindSafe for Interner
impl Send for Interner
impl Sync for Interner
impl Unpin for Interner
impl UnwindSafe for Interner
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