Trait dock_core::util::batch_update::ApplyUpdate   
source · pub trait ApplyUpdate<Entity>: GetUpdateKind<Entity> {
    // Required method
    fn apply_update(self, entity: &mut Entity);
}Expand description
Applies an update to the entity.
Required Methods§
sourcefn apply_update(self, entity: &mut Entity)
 
fn apply_update(self, entity: &mut Entity)
Applies update contained in self to the supplied entity.