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