Module 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ยง

Dehydrate
A ticket for the SyncFilter::dehydrate callback.
Delete
A ticket for the SyncFilter::delete callback.
FetchData
A ticket for the SyncFilter::fetch_data callback.
FetchPlaceholders
A ticket for the SyncFilter::fetch_placeholders callback.
Rename
A ticket for the SyncFilter::rename callback.
ValidateData
A ticket for the SyncFilter::validate_data callback.