Struct slotmapvec::SlotMapIndex [] [src]

pub struct SlotMapIndex { /* fields omitted */ }

An index into a SlotMapVec.

Trait Implementations

impl Copy for SlotMapIndex
[src]

impl Clone for SlotMapIndex
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for SlotMapIndex
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for SlotMapIndex
[src]

impl Debug for SlotMapIndex
[src]

[src]

Formats the value using the given formatter. Read more

impl<T> Index<SlotMapIndex> for SlotMapVec<T>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T> IndexMut<SlotMapIndex> for SlotMapVec<T>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

Auto Trait Implementations

impl Send for SlotMapIndex

impl Sync for SlotMapIndex