pub struct NameIndex { /* private fields */ }Expand description
A simple ordered index mapping names to integer IDs.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NameIndex
impl RefUnwindSafe for NameIndex
impl Send for NameIndex
impl Sync for NameIndex
impl Unpin for NameIndex
impl UnsafeUnpin for NameIndex
impl UnwindSafe for NameIndex
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