Module compound
valence
0.2.0-alpha.1+mc.1.20.1
Module compound
Structs
Enums
Traits
In valence::
nbt
Modules
binary
compound
conv
list
serde
snbt
value
Macros
compound
jcompound
Structs
Compound
Error
Enums
List
Tag
Value
Functions
from_binary
to_binary
Type Aliases
Result
?
Settings
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>
.