Struct g_rust::extension::parsers::subparsers::TalentTrackRewardProduct
source · pub struct TalentTrackRewardProduct {
pub product_code: String,
pub vip_days: i32,
}
Fields§
§product_code: String
§vip_days: i32
Trait Implementations§
source§impl Clone for TalentTrackRewardProduct
impl Clone for TalentTrackRewardProduct
source§fn clone(&self) -> TalentTrackRewardProduct
fn clone(&self) -> TalentTrackRewardProduct
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 TalentTrackRewardProduct
impl Debug for TalentTrackRewardProduct
source§impl Default for TalentTrackRewardProduct
impl Default for TalentTrackRewardProduct
source§fn default() -> TalentTrackRewardProduct
fn default() -> TalentTrackRewardProduct
Returns the “default value” for a type. Read more
source§impl PartialEq<TalentTrackRewardProduct> for TalentTrackRewardProduct
impl PartialEq<TalentTrackRewardProduct> for TalentTrackRewardProduct
source§fn eq(&self, other: &TalentTrackRewardProduct) -> bool
fn eq(&self, other: &TalentTrackRewardProduct) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TalentTrackRewardProduct
Auto Trait Implementations§
impl RefUnwindSafe for TalentTrackRewardProduct
impl Send for TalentTrackRewardProduct
impl Sync for TalentTrackRewardProduct
impl Unpin for TalentTrackRewardProduct
impl UnwindSafe for TalentTrackRewardProduct
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