Expand description
Adds a modify flag to an object.
Structs§
- Modify
- Modifiable object
Implements
DerefandDerefMutto access the value and adds a flag to indicate if the object was modified.
Traits§
- Modifiable
- Interface for modifiable objects.
Adds a modify flag to an object.
Deref and DerefMut to access the value and
adds a flag to indicate if the object was modified.