pub struct NameTable { /* private fields */ }
Expand description
A lookup table of names. Internalizes strings either in a case sensitive or case insensitive way. Allows for bidirectional lookup, i.e. by string or by assigned name.
Implementations§
Auto Trait Implementations§
impl !Freeze for NameTable
impl !RefUnwindSafe for NameTable
impl !Send for NameTable
impl !Sync for NameTable
impl Unpin for NameTable
impl UnwindSafe for NameTable
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