Expand description
Types for jig Modules.
Re-exports§
pub use body::Body as ModuleBody;
Modules§
- Module bodies
Structs§
- Minimal information about a module.
- Over the wire representation of a module.
- Request to create a new
Module
. - Request to delete a
Module
. - Wrapper type around
Uuid
, represents the unique ID of a module. - Response for successfully finding a module
- Request to update a
Module
. note: fields here cannot be nulled out (None
means “don’t change”). - Wrapper type around
Uuid
, represents the unique ID of a module.
Enums§
- Represents the various kinds of data a module can represent.