pub struct Index { /* private fields */ }
Expand description
An index of a generational vec
Trait Implementations§
Source§impl<T> Index<Index> for ClosedGenVec<T>
impl<T> Index<Index> for ClosedGenVec<T>
Source§impl<T> Index<Index> for ExposedGenVec<T>
impl<T> Index<Index> for ExposedGenVec<T>
Source§impl<T> IndexMut<Index> for ClosedGenVec<T>
impl<T> IndexMut<Index> for ClosedGenVec<T>
Source§impl<T> IndexMut<Index> for ExposedGenVec<T>
impl<T> IndexMut<Index> for ExposedGenVec<T>
Source§impl Ord for Index
impl Ord for Index
Source§impl PartialOrd for Index
impl PartialOrd for Index
impl Copy for Index
impl Eq for Index
impl StructuralPartialEq for Index
Auto Trait Implementations§
impl Freeze for Index
impl RefUnwindSafe for Index
impl Send for Index
impl Sync for Index
impl Unpin for Index
impl UnwindSafe for Index
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