Struct g_rust::extension::parsers::subparsers::SnowWarGameTokenOffer
source · 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 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 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<SnowWarGameTokenOffer> for SnowWarGameTokenOffer
impl PartialEq<SnowWarGameTokenOffer> for SnowWarGameTokenOffer
source§fn eq(&self, other: &SnowWarGameTokenOffer) -> bool
fn eq(&self, other: &SnowWarGameTokenOffer) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SnowWarGameTokenOffer
Auto Trait Implementations§
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