pub struct NamePool { /* private fields */ }Expand description
An interning pool for Name strings.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NamePool
impl RefUnwindSafe for NamePool
impl Send for NamePool
impl Sync for NamePool
impl Unpin for NamePool
impl UnsafeUnpin for NamePool
impl UnwindSafe for NamePool
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