pub struct FighterDestroyedEvent {
pub id: u8,
}
Expand description
Fired when a deployed ship launched fighter was destroyed.
Fields§
§id: u8
The id of the destroyed ship launched fighter.
Trait Implementations§
Source§impl Clone for FighterDestroyedEvent
impl Clone for FighterDestroyedEvent
Source§fn clone(&self) -> FighterDestroyedEvent
fn clone(&self) -> FighterDestroyedEvent
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 FighterDestroyedEvent
impl Debug for FighterDestroyedEvent
Source§impl<'de> Deserialize<'de> for FighterDestroyedEvent
impl<'de> Deserialize<'de> for FighterDestroyedEvent
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 FighterDestroyedEvent
impl PartialEq for FighterDestroyedEvent
Source§impl Serialize for FighterDestroyedEvent
impl Serialize for FighterDestroyedEvent
impl StructuralPartialEq for FighterDestroyedEvent
Auto Trait Implementations§
impl Freeze for FighterDestroyedEvent
impl RefUnwindSafe for FighterDestroyedEvent
impl Send for FighterDestroyedEvent
impl Sync for FighterDestroyedEvent
impl Unpin for FighterDestroyedEvent
impl UnwindSafe for FighterDestroyedEvent
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