Module compound

Module compound 

Source

Structs§

Compound
A map type with String keys and Value values.
IntoIter
Iter
IterMut
Keys
NetworkCompound
A wrapper around Compound that encodes and decodes as network NBT
OccupiedEntry
VacantEntry
Values
ValuesMut

Enums§

Entry

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 that S: Borrow<B>.