pub struct Index<EntryData> { /* private fields */ }
Expand description
A wrapper type that indicates an index into the list.
This index may be invalidated by operations on the list itself.
Trait Implementations
impl<EntryData> Copy for Index<EntryData>
impl<EntryData> Eq for Index<EntryData>
Auto Trait Implementations
impl<EntryData> RefUnwindSafe for Index<EntryData> where
EntryData: RefUnwindSafe,
impl<EntryData> Send for Index<EntryData> where
EntryData: Send,
impl<EntryData> Sync for Index<EntryData> where
EntryData: Sync,
impl<EntryData> Unpin for Index<EntryData> where
EntryData: Unpin,
impl<EntryData> UnwindSafe for Index<EntryData> where
EntryData: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more