pub struct InstallShipModule201ResponseDataTransaction {
pub waypoint_symbol: String,
pub ship_symbol: String,
pub trade_symbol: String,
pub total_price: i32,
pub timestamp: String,
}Fields§
§waypoint_symbol: String§ship_symbol: String§trade_symbol: String§total_price: i32§timestamp: StringImplementations§
Trait Implementations§
Source§impl Clone for InstallShipModule201ResponseDataTransaction
impl Clone for InstallShipModule201ResponseDataTransaction
Source§fn clone(&self) -> InstallShipModule201ResponseDataTransaction
fn clone(&self) -> InstallShipModule201ResponseDataTransaction
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for InstallShipModule201ResponseDataTransaction
impl Default for InstallShipModule201ResponseDataTransaction
Source§fn default() -> InstallShipModule201ResponseDataTransaction
fn default() -> InstallShipModule201ResponseDataTransaction
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InstallShipModule201ResponseDataTransaction
impl<'de> Deserialize<'de> for InstallShipModule201ResponseDataTransaction
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 InstallShipModule201ResponseDataTransaction
impl PartialEq for InstallShipModule201ResponseDataTransaction
Source§fn eq(&self, other: &InstallShipModule201ResponseDataTransaction) -> bool
fn eq(&self, other: &InstallShipModule201ResponseDataTransaction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InstallShipModule201ResponseDataTransaction
Auto Trait Implementations§
impl Freeze for InstallShipModule201ResponseDataTransaction
impl RefUnwindSafe for InstallShipModule201ResponseDataTransaction
impl Send for InstallShipModule201ResponseDataTransaction
impl Sync for InstallShipModule201ResponseDataTransaction
impl Unpin for InstallShipModule201ResponseDataTransaction
impl UnwindSafe for InstallShipModule201ResponseDataTransaction
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