pub struct IdMap<HandleType> { /* private fields */ }Expand description
A map mapping public IDs to internal ids, implemented as a HashMap. Used to resolve public IDs to internal ones.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<HandleType> RefUnwindSafe for IdMap<HandleType>where HandleType: RefUnwindSafe,
impl<HandleType> Send for IdMap<HandleType>where HandleType: Send,
impl<HandleType> Sync for IdMap<HandleType>where HandleType: Sync,
impl<HandleType> Unpin for IdMap<HandleType>where HandleType: Unpin,
impl<HandleType> UnwindSafe for IdMap<HandleType>where HandleType: UnwindSafe,
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