[][src]Module stable_vec::iter

Contains all iterator types and implementations.

This is in its own module to not pollute the top-level namespace.

Structs

Indices

Iterator over all indices of filled slots of a StableVecFacade.

IntoIter

Iterator over owned elements of a StableVecFacade.

Iter

Iterator over immutable references to a stable vec's elements and their indices.

IterMut

Iterator over mutable references to a stable vec's elements and their indices.

Values

Iterator over immutable references to the elements of a StableVecFacade.

ValuesMut

Iterator over mutable references to the elements of a StableVecFacade.