Module cloud_filter::filter::ticket
source · 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§
- A ticket for the SyncFilter::dehydrate callback.
- A ticket for the SyncFilter::delete callback.
- A ticket for the SyncFilter::fetch_data callback.
- A ticket for the SyncFilter::fetch_placeholders callback.
- A ticket for the SyncFilter::rename callback.
- A ticket for the SyncFilter::validate_data callback.