pub struct SnowWarGameTokenOffer {
pub offer_id: LegacyId,
pub localization_id: String,
pub price_in_credits: i32,
pub price_in_activity_points: i32,
pub activity_point_type: i32,
}
Fields§
§offer_id: LegacyId
§localization_id: String
§price_in_credits: i32
§price_in_activity_points: i32
§activity_point_type: i32
Trait Implementations§
Source§impl Clone for SnowWarGameTokenOffer
impl Clone for SnowWarGameTokenOffer
Source§fn clone(&self) -> SnowWarGameTokenOffer
fn clone(&self) -> SnowWarGameTokenOffer
Returns a duplicate 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 SnowWarGameTokenOffer
impl Debug for SnowWarGameTokenOffer
Source§impl Default for SnowWarGameTokenOffer
impl Default for SnowWarGameTokenOffer
Source§fn default() -> SnowWarGameTokenOffer
fn default() -> SnowWarGameTokenOffer
Returns the “default value” for a type. Read more
Source§impl PartialEq for SnowWarGameTokenOffer
impl PartialEq for SnowWarGameTokenOffer
impl StructuralPartialEq for SnowWarGameTokenOffer
Auto Trait Implementations§
impl Freeze for SnowWarGameTokenOffer
impl RefUnwindSafe for SnowWarGameTokenOffer
impl Send for SnowWarGameTokenOffer
impl Sync for SnowWarGameTokenOffer
impl Unpin for SnowWarGameTokenOffer
impl UnwindSafe for SnowWarGameTokenOffer
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