pub struct NameMapNoIntern;
Expand description
For use with NameMap
when no interning should happen and instead string
keys are copied as-is.
Trait Implementations§
source§impl NameMapIntern for NameMapNoIntern
impl NameMapIntern for NameMapNoIntern
Auto Trait Implementations§
impl Freeze for NameMapNoIntern
impl RefUnwindSafe for NameMapNoIntern
impl Send for NameMapNoIntern
impl Sync for NameMapNoIntern
impl Unpin for NameMapNoIntern
impl UnwindSafe for NameMapNoIntern
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