Enum grid_sdk::commits::store::StateChange [−][src]
Expand description
A change that has been applied to state, represented in terms of a key/value pair
Variants
Fields of Delete
key: StringTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for StateChange
impl Send for StateChange
impl Sync for StateChange
impl Unpin for StateChange
impl UnwindSafe for StateChange
Blanket Implementations
Mutably borrows from an owned value. Read more