pub struct DiedEventWingKill {
pub killers: Vec<DiedEventWingKiller>,
}
Expand description
Event for when killed by a wing.
Fields§
§killers: Vec<DiedEventWingKiller>
List of participating killers.
Trait Implementations§
Source§impl Clone for DiedEventWingKill
impl Clone for DiedEventWingKill
Source§fn clone(&self) -> DiedEventWingKill
fn clone(&self) -> DiedEventWingKill
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 DiedEventWingKill
impl Debug for DiedEventWingKill
Source§impl<'de> Deserialize<'de> for DiedEventWingKill
impl<'de> Deserialize<'de> for DiedEventWingKill
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 for DiedEventWingKill
impl PartialEq for DiedEventWingKill
Source§impl Serialize for DiedEventWingKill
impl Serialize for DiedEventWingKill
impl StructuralPartialEq for DiedEventWingKill
Auto Trait Implementations§
impl Freeze for DiedEventWingKill
impl RefUnwindSafe for DiedEventWingKill
impl Send for DiedEventWingKill
impl Sync for DiedEventWingKill
impl Unpin for DiedEventWingKill
impl UnwindSafe for DiedEventWingKill
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more