Modules§
Structs§
- OptRecord
- OptValue
- OutOf
Bound - Record
Map - Record
MapDiff - Record
MapUpdates - Record
MapUpdates Into Iter - Record
MapUpdates Iter - Value
- An updatable value
- Value
Diff - A representation of the diff between to
Valueinstances. - Value
List - Value
List Diff - Value
List Updates - Value
Map - Value
MapDiff - Value
MapUpdates - An update for updating a
ValueMap<K, V> - Value
MapUpdates Into Iter - Value
MapUpdates Iter - Value
Set - Value
SetDiff - Value
SetUpdates - An update for updating a
ValueSet<K> - Value
SetUpdates Into Iter - Value
SetUpdates Iter
Enums§
- OptRecord
Diff - Represent a delta between two optional records X and Y.
- OptRecord
Update - Update for an optional record
- OptValue
Diff - OptValue
Update - A config item for amending a configuration value
- Record
MapUpdate - An update for updating a
RecordMap<K, U> - Value
List Update - A queue for updates for amending a
ValueList<V> - Value
MapUpdate - A queue of updates for amending a
ValueMap<K, V> - Value
SetUpdate - A queue of updates for amending a
ValueSet<K> - Value
Update - An operation for amenting a
Value
Traits§
- Markable
- A trait to mark records.
- Node
- A trait implemented by datastructures that can be mutated by applying a succession of updates.