pub struct NamedIdxMap<I, T, S: StorageShape<I, (&'static str, T)>> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<I, T, S> RefUnwindSafe for NamedIdxMap<I, T, S>where I: RefUnwindSafe, <S as StorageShape<I, (&'static str, T)>>::Storage: RefUnwindSafe,
impl<I, T, S> Send for NamedIdxMap<I, T, S>where I: Send, <S as StorageShape<I, (&'static str, T)>>::Storage: Send,
impl<I, T, S> Sync for NamedIdxMap<I, T, S>where I: Sync, <S as StorageShape<I, (&'static str, T)>>::Storage: Sync,
impl<I, T, S> Unpin for NamedIdxMap<I, T, S>where I: Unpin, <S as StorageShape<I, (&'static str, T)>>::Storage: Unpin,
impl<I, T, S> UnwindSafe for NamedIdxMap<I, T, S>where I: UnwindSafe, <S as StorageShape<I, (&'static str, T)>>::Storage: 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