Expand description
This module contains the structs that are used to represent the operation that the engine needs to perform. They are used as parameters to the methods of the SyncFilter trait and the Filter trait.
Structsยง
- Dehydrate
- A ticket for the SyncFilter::dehydrate callback.
- Delete
- A ticket for the SyncFilter::delete callback.
- Fetch
Data - A ticket for the SyncFilter::fetch_data callback.
- Fetch
Placeholders - A ticket for the SyncFilter::fetch_placeholders callback.
- Rename
- A ticket for the SyncFilter::rename callback.
- Validate
Data - A ticket for the SyncFilter::validate_data callback.