Struct screeps::objects::AttackEvent
source · pub struct AttackEvent {
pub target_id: String,
pub damage: u32,
pub attack_type: AttackType,
}
Fields§
§target_id: String
§damage: u32
§attack_type: AttackType
Trait Implementations§
source§impl Clone for AttackEvent
impl Clone for AttackEvent
source§fn clone(&self) -> AttackEvent
fn clone(&self) -> AttackEvent
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 Debug for AttackEvent
impl Debug for AttackEvent
source§impl<'de> Deserialize<'de> for AttackEvent
impl<'de> Deserialize<'de> for AttackEvent
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<AttackEvent> for AttackEvent
impl PartialEq<AttackEvent> for AttackEvent
source§fn eq(&self, other: &AttackEvent) -> bool
fn eq(&self, other: &AttackEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.