valence
0.2.0-alpha.1+mc.1.20.1
Module compound
Structs
Enums
Traits
In valence::
nbt
Module
valence
::
nbt
::
compound
Copy item path
[
−
]
Structs
§
Compound
A map type with
String
keys and
Value
values.
Into
Iter
Iter
IterMut
Keys
Occupied
Entry
Vacant
Entry
Values
Values
Mut
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>
.