pub struct ShipyardEvent {
pub market_id: u64,
pub station_name: String,
pub star_system: String,
}
Fields§
§market_id: u64
§station_name: String
§star_system: String
Trait Implementations§
Source§impl Clone for ShipyardEvent
impl Clone for ShipyardEvent
Source§fn clone(&self) -> ShipyardEvent
fn clone(&self) -> ShipyardEvent
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 ShipyardEvent
impl Debug for ShipyardEvent
Source§impl<'de> Deserialize<'de> for ShipyardEvent
impl<'de> Deserialize<'de> for ShipyardEvent
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 ShipyardEvent
impl PartialEq for ShipyardEvent
Source§impl Serialize for ShipyardEvent
impl Serialize for ShipyardEvent
impl StructuralPartialEq for ShipyardEvent
Auto Trait Implementations§
impl Freeze for ShipyardEvent
impl RefUnwindSafe for ShipyardEvent
impl Send for ShipyardEvent
impl Sync for ShipyardEvent
impl Unpin for ShipyardEvent
impl UnwindSafe for ShipyardEvent
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