pub struct AppendOnlyIndexVec<I: Idx, T: Copy> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<I, T> !RefUnwindSafe for AppendOnlyIndexVec<I, T>
impl<I, T> Send for AppendOnlyIndexVec<I, T>where
T: Send,
impl<I, T> !Sync for AppendOnlyIndexVec<I, T>
impl<I, T> Unpin for AppendOnlyIndexVec<I, T>where
T: Unpin,
impl<I, T> UnwindSafe for AppendOnlyIndexVec<I, T>where
T: 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