Expand description
Events are a type of message which manipulate a resource.
Structs
- The creation of a resource.
- Deletion of a resource.
- A change of data.
- A modification to a resource.
- Struct to apply all the diffs from a specified timestamp to a resource.
- Unwinds the stack of stored events to get the local data to a previous state.
Enums
Traits
- Helper trait to convert from
*Event
structs toEvent
.
Functions
- Creates a granular [
Difference
] betweenbase
andtarget
.