Module lock_keeper::types::operations
source · Expand description
Types related to server operations and the protocols they execute.
Modules§
Structs§
- An iterator over the variants of Self
- Metadata attached to each request to the server. Note that the request ID is an ID for an entire operation, not each
ClientAction
that the operation is composed of.
Enums§
- Options for actions the Lock Keeper client can take. We explicitly assign discriminant values to this type, as it will be stored in the our database.
Traits§
- Converts a serializable Rust type to and from the RPC
Message
type.