pub struct VehicleDestroy {
pub attacker_character_id: CharacterID,
pub attacker_loadout_id: Loadout,
pub attacker_vehicle_id: VehicleID,
pub attacker_weapon_id: WeaponID,
pub character_id: CharacterID,
pub facility_id: FacilityID,
pub faction_id: Faction,
pub timestamp: DateTime<Utc>,
pub vehicle_id: VehicleID,
pub world_id: WorldID,
pub zone_id: ZoneID,
}Fields§
§attacker_character_id: CharacterID§attacker_loadout_id: Loadout§attacker_vehicle_id: VehicleID§attacker_weapon_id: WeaponID§character_id: CharacterID§facility_id: FacilityID§faction_id: Faction§timestamp: DateTime<Utc>§vehicle_id: VehicleID§world_id: WorldID§zone_id: ZoneIDTrait Implementations§
Source§impl Clone for VehicleDestroy
impl Clone for VehicleDestroy
Source§fn clone(&self) -> VehicleDestroy
fn clone(&self) -> VehicleDestroy
Returns a duplicate 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 VehicleDestroy
impl Debug for VehicleDestroy
Source§impl<'de> Deserialize<'de> for VehicleDestroy
impl<'de> Deserialize<'de> for VehicleDestroy
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 Hash for VehicleDestroy
impl Hash for VehicleDestroy
Source§impl PartialEq for VehicleDestroy
impl PartialEq for VehicleDestroy
Source§impl Serialize for VehicleDestroy
impl Serialize for VehicleDestroy
impl Eq for VehicleDestroy
impl StructuralPartialEq for VehicleDestroy
Auto Trait Implementations§
impl Freeze for VehicleDestroy
impl RefUnwindSafe for VehicleDestroy
impl Send for VehicleDestroy
impl Sync for VehicleDestroy
impl Unpin for VehicleDestroy
impl UnsafeUnpin for VehicleDestroy
impl UnwindSafe for VehicleDestroy
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.