Modules

Structs

  • A wrapper around GlobalValueImpl, representing a “slot” in global storage that can hold a resource.
  • The locals for a function frame. It allows values to be read, written or taken reference from.
  • A generic Move reference that offers two functionalities: read_ref & write_ref.
  • A Move struct.
  • A reference to a Move struct that allows you to take a reference to one of its fields.
  • A Move value – a wrapper around ValueImpl which can be created only through valid means.

Enums

Constants

Traits