Enum naia_shared::EntityActionType
source · pub enum EntityActionType {
SpawnEntity,
DespawnEntity,
InsertComponent,
RemoveComponent,
Noop,
}Variants§
Trait Implementations§
source§impl Clone for EntityActionType
impl Clone for EntityActionType
source§fn clone(&self) -> EntityActionType
fn clone(&self) -> EntityActionType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<EntityActionType> for EntityActionType
impl PartialEq<EntityActionType> for EntityActionType
source§fn eq(&self, other: &EntityActionType) -> bool
fn eq(&self, other: &EntityActionType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.