pub struct StatisticsSearchAndRescue {
pub search_rescue_traded: u32,
pub search_rescue_profit: i64,
pub search_rescue_count: u32,
}
Fields§
§search_rescue_traded: u32
§search_rescue_profit: i64
§search_rescue_count: u32
Trait Implementations§
Source§impl Clone for StatisticsSearchAndRescue
impl Clone for StatisticsSearchAndRescue
Source§fn clone(&self) -> StatisticsSearchAndRescue
fn clone(&self) -> StatisticsSearchAndRescue
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 StatisticsSearchAndRescue
impl Debug for StatisticsSearchAndRescue
Source§impl<'de> Deserialize<'de> for StatisticsSearchAndRescue
impl<'de> Deserialize<'de> for StatisticsSearchAndRescue
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
impl StructuralPartialEq for StatisticsSearchAndRescue
Auto Trait Implementations§
impl Freeze for StatisticsSearchAndRescue
impl RefUnwindSafe for StatisticsSearchAndRescue
impl Send for StatisticsSearchAndRescue
impl Sync for StatisticsSearchAndRescue
impl Unpin for StatisticsSearchAndRescue
impl UnwindSafe for StatisticsSearchAndRescue
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