Module iter_trait::refs [] [src]

Traits

KeyRef

Marker that states that Self is a reference to a key, given the key-value pair &'a T.

Ref

Marker that states that Self can be obtained from the reference &'a T.

RefMut

Marker that states that Self can be obtained from the reference &'a mut T.

ValueRef

Marker that states that Self is a reference to a value, given the key-value pair &'a T.

ValueRefMut

Marker that states that Self is a mutable reference to a value, given the key-value pair &'a mut T.