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 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 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 for TalentTrackRewardProduct
impl PartialEq for TalentTrackRewardProduct
impl StructuralPartialEq for TalentTrackRewardProduct
Auto Trait Implementations§
impl Freeze for TalentTrackRewardProduct
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