sui_
display
1.63.0
Module value
Module Items
Structs
Enums
Traits
In sui_
display::
v2
sui_display
::
v2
Module
value
Copy item path
Source
Structs
§
Enum
An evaluated enum/variant literal.
Slice
Bytes extracted from the serialized representation of a Move value, along with its layout.
Struct
An evaluated struct literal.
Vector
An evaluated vector literal.
Enums
§
Accessor
A single step in a chain of accesses, with its inner expression (if there is one) evaluated.
Atom
Non-aggregate values that can be formatted during string interpolation.
Fields
Evaluated fields that are part of a struct or enum literal.
Value
Value representation used during evaluation by the Display v2 interpreter.
Traits
§
Store
Dynamically load objects by their ID. The output should be a
Slice
containing references to the raw BCS bytes and the corresponding
MoveTypeLayout
for the object. This implies the
Store
acts as a pool of cached objects.