Module compound
valence_
nbt
0.8.0
Module compound
Structs
Enums
Traits
In crate valence_
nbt
Modules
binary
compound
conv
list
serde
snbt
value
Macros
compound
jcompound
Structs
Error
Enums
Tag
Type Aliases
Result
?
Settings
Module
valence_nbt
::
compound
Copy item path
source
·
[
−
]
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>
.