pub struct EntityData { /* private fields */ }
Expand description

Events are two directional …

  1. Remote commit entity / Local commit entity

    • ‘on update’ user observer hooked
    • ‘any value update’ observer hooked
  2. Local commit entity silent

    • ‘any value update’ observer hooked
  3. Local set retrieves entity update

Implementations§

If silent option is disabled, increase config set and source argument’s fence by 1, to make self and other instances of config set which shares the same core be aware of this change.

Update config entity’s central value by parsing given deserializer.

Returns
  • Ok(true) - Deserialization successful, validation successful.
  • Ok(false) - Deserialization successful, validation unsuccessful, as value was modified to satisfy validator constraint
  • Err(_) - Deserialization or validation has failed.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.