pub struct CarrierStatsEventPack {
pub pack_theme: String,
pub pack_tier: u8,
}
Expand description
A pack that is currently stored on the carrier.
Fields§
§pack_theme: String
The name of the pack theme.
pack_tier: u8
The tier of the pack.
Trait Implementations§
Source§impl Clone for CarrierStatsEventPack
impl Clone for CarrierStatsEventPack
Source§fn clone(&self) -> CarrierStatsEventPack
fn clone(&self) -> CarrierStatsEventPack
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 CarrierStatsEventPack
impl Debug for CarrierStatsEventPack
Source§impl<'de> Deserialize<'de> for CarrierStatsEventPack
impl<'de> Deserialize<'de> for CarrierStatsEventPack
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 CarrierStatsEventPack
impl PartialEq for CarrierStatsEventPack
Source§impl Serialize for CarrierStatsEventPack
impl Serialize for CarrierStatsEventPack
impl StructuralPartialEq for CarrierStatsEventPack
Auto Trait Implementations§
impl Freeze for CarrierStatsEventPack
impl RefUnwindSafe for CarrierStatsEventPack
impl Send for CarrierStatsEventPack
impl Sync for CarrierStatsEventPack
impl Unpin for CarrierStatsEventPack
impl UnwindSafe for CarrierStatsEventPack
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