Structs§
- Compound
- A map type with
String
keys andValue
values. - Into
Iter - Iter
- IterMut
- Keys
- Occupied
Entry - Vacant
Entry - Values
- Values
Mut
Enums§
Traits§
- AsBorrowed
- Trait that can be used as a key to query a compound. Basically something
that can be converted to a type
B
such thatS: Borrow<B>
.