Struct screeps::objects::PowerEvent
source · pub struct PowerEvent {
pub target_id: String,
pub power: PowerType,
}
Fields§
§target_id: String
§power: PowerType
Trait Implementations§
source§impl Clone for PowerEvent
impl Clone for PowerEvent
source§fn clone(&self) -> PowerEvent
fn clone(&self) -> PowerEvent
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 PowerEvent
impl Debug for PowerEvent
source§impl<'de> Deserialize<'de> for PowerEvent
impl<'de> Deserialize<'de> for PowerEvent
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<PowerEvent> for PowerEvent
impl PartialEq<PowerEvent> for PowerEvent
source§fn eq(&self, other: &PowerEvent) -> bool
fn eq(&self, other: &PowerEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.