Module dock_core::util::batch_update
source · Structs
- Map representing keyed updates applied over given keys.
- Apply an update to the existing entity.
- A single key-value entry representing a keyed update applied over given key.
Enums
- Add/remove a value or apply a nested update.
- Increase or decrease a counter.
- Set/add/remove a value or apply a nested update.
- Set a value or apply a nested update.
- Describes what will happen when the update will be applied.
- An error that occured during update translation.
Traits
- Applies an update to the entity.
- Checks whether an actor can update an entity.
- Checks whether an actor can either update a whole entity or some of its keys.
- Checks whether an actor can update an entity over some keys.
- Combines two updates together if possible.
- Returns the underlying update’s kind.
- Series of updates applied over some targets.
- Attempts to translate underlying update to the
ToUpdate
. - Validates underlying update, so it can be safely applied to the supplied entity.