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
sourceimpl Clone for AttackEvent
impl Clone for AttackEvent
sourcefn clone(&self) -> AttackEvent
fn clone(&self) -> AttackEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for AttackEvent
impl Debug for AttackEvent
sourceimpl<'de> Deserialize<'de> for AttackEvent
impl<'de> Deserialize<'de> for AttackEvent
sourcefn 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
sourceimpl PartialEq<AttackEvent> for AttackEvent
impl PartialEq<AttackEvent> for AttackEvent
sourcefn 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 ==
. Read more
impl Eq for AttackEvent
impl StructuralEq for AttackEvent
impl StructuralPartialEq for AttackEvent
Auto Trait Implementations
impl RefUnwindSafe for AttackEvent
impl Send for AttackEvent
impl Sync for AttackEvent
impl Unpin for AttackEvent
impl UnwindSafe for AttackEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T, U> IntoExpectedType<U> for Twhere
U: FromExpectedType<T>,
impl<T, U> IntoExpectedType<U> for Twhere
U: FromExpectedType<T>,
sourcefn into_expected_type(self) -> Result<U, ConversionError>
fn into_expected_type(self) -> Result<U, ConversionError>
Casts this value as the target type, making the assumption that the types are correct. Read more