pub struct MultiSellExplorationDataEventDiscovery {
pub system_name: String,
pub number_of_bodies: u8,
}
Expand description
Discovery that has been attributed to the current player.
Fields§
§system_name: String
The name of the discovered system.
number_of_bodies: u8
The number of bodies that have been discovered in the system.
Trait Implementations§
Source§impl Clone for MultiSellExplorationDataEventDiscovery
impl Clone for MultiSellExplorationDataEventDiscovery
Source§fn clone(&self) -> MultiSellExplorationDataEventDiscovery
fn clone(&self) -> MultiSellExplorationDataEventDiscovery
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<'de> Deserialize<'de> for MultiSellExplorationDataEventDiscovery
impl<'de> Deserialize<'de> for MultiSellExplorationDataEventDiscovery
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 MultiSellExplorationDataEventDiscovery
impl PartialEq for MultiSellExplorationDataEventDiscovery
Source§fn eq(&self, other: &MultiSellExplorationDataEventDiscovery) -> bool
fn eq(&self, other: &MultiSellExplorationDataEventDiscovery) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for MultiSellExplorationDataEventDiscovery
Auto Trait Implementations§
impl Freeze for MultiSellExplorationDataEventDiscovery
impl RefUnwindSafe for MultiSellExplorationDataEventDiscovery
impl Send for MultiSellExplorationDataEventDiscovery
impl Sync for MultiSellExplorationDataEventDiscovery
impl Unpin for MultiSellExplorationDataEventDiscovery
impl UnwindSafe for MultiSellExplorationDataEventDiscovery
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