pub struct SlotMapIndex { /* private fields */ }Expand description
An index into a SlotMapVec.
Trait Implementations§
Source§impl Clone for SlotMapIndex
impl Clone for SlotMapIndex
Source§fn clone(&self) -> SlotMapIndex
fn clone(&self) -> SlotMapIndex
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SlotMapIndex
impl Debug for SlotMapIndex
Source§impl<T> Index<SlotMapIndex> for SlotMapVec<T>
impl<T> Index<SlotMapIndex> for SlotMapVec<T>
Source§impl<T> IndexMut<SlotMapIndex> for SlotMapVec<T>
impl<T> IndexMut<SlotMapIndex> for SlotMapVec<T>
Source§impl PartialEq for SlotMapIndex
impl PartialEq for SlotMapIndex
impl Copy for SlotMapIndex
impl Eq for SlotMapIndex
impl StructuralPartialEq for SlotMapIndex
Auto Trait Implementations§
impl Freeze for SlotMapIndex
impl RefUnwindSafe for SlotMapIndex
impl Send for SlotMapIndex
impl Sync for SlotMapIndex
impl Unpin for SlotMapIndex
impl UnwindSafe for SlotMapIndex
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