Module prelude

Source
Expand description

Crate’s prelude.

Macros§

for_ref
Immutable for-in loop with dynamic borrowings.
for_ref_kv
Immutable key-value for-in loop with dynamic borrowings.
for_ref_mut
Mutable for-in loop with dynamic borrowings.
for_ref_mut_kv
Mutable key-value for-in loop with dynamic borrowings.

Structs§

IntoRefIter
Adapter that turns Iterator into RefIterator.
IntoRefMutIter
Adapter that turns Iterator into RefMutIterator.
RefIter
Iterator from Ref.
RefMutIter
Iterator from RefMut.

Traits§

ExactSizeRefIterator
Dynamic borrowing iterator that knows its exact length.
IntoRefIterator
Conversion into an RefIterator.
IntoRefKvIterator
Conversion into an RefKvIterator.
IntoRefMutIterator
Conversion into an RefMutIterator.
IntoRefMutKvIterator
Conversion into an RefMutKvIterator.
RefIterator
Immutable dynamic borrowing iterator.
RefIteratorBase
Dynamic borrowing iterator base.
RefKvIterator
Immutable dynamic borrowing key-value iterator.
RefMutIterator
Mutable dynamic borrowing iterator.
RefMutKvIterator
Mutable dynamic borrowing key-value iterator.