pub struct EsiSystemJumps {
pub system_id: i32,
pub ship_jumps: i32,
}Expand description
System jump statistics.
Fields§
§system_id: i32§ship_jumps: i32Trait Implementations§
Source§impl Clone for EsiSystemJumps
impl Clone for EsiSystemJumps
Source§fn clone(&self) -> EsiSystemJumps
fn clone(&self) -> EsiSystemJumps
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EsiSystemJumps
impl Debug for EsiSystemJumps
Source§impl<'de> Deserialize<'de> for EsiSystemJumps
impl<'de> Deserialize<'de> for EsiSystemJumps
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
Auto Trait Implementations§
impl Freeze for EsiSystemJumps
impl RefUnwindSafe for EsiSystemJumps
impl Send for EsiSystemJumps
impl Sync for EsiSystemJumps
impl Unpin for EsiSystemJumps
impl UnsafeUnpin for EsiSystemJumps
impl UnwindSafe for EsiSystemJumps
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