pub struct DiedEventWingKiller {
pub name: String,
pub ship: ShipType,
pub rank: CombatRank,
}
Expand description
A killer from a wing.
Fields§
§name: String
The name of the commander that was part of the wing that killed the player.
ship: ShipType
The ship the wing member.
rank: CombatRank
The rank of the killer.
Trait Implementations§
Source§impl Clone for DiedEventWingKiller
impl Clone for DiedEventWingKiller
Source§fn clone(&self) -> DiedEventWingKiller
fn clone(&self) -> DiedEventWingKiller
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 DiedEventWingKiller
impl Debug for DiedEventWingKiller
Source§impl<'de> Deserialize<'de> for DiedEventWingKiller
impl<'de> Deserialize<'de> for DiedEventWingKiller
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 DiedEventWingKiller
impl PartialEq for DiedEventWingKiller
Source§impl Serialize for DiedEventWingKiller
impl Serialize for DiedEventWingKiller
impl StructuralPartialEq for DiedEventWingKiller
Auto Trait Implementations§
impl Freeze for DiedEventWingKiller
impl RefUnwindSafe for DiedEventWingKiller
impl Send for DiedEventWingKiller
impl Sync for DiedEventWingKiller
impl Unpin for DiedEventWingKiller
impl UnwindSafe for DiedEventWingKiller
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