pub struct NewUserExperienceGetGiftsSelection {
pub day_index: i32,
pub step_index: i32,
pub gift_index: i32,
}
Fields§
§day_index: i32
§step_index: i32
§gift_index: i32
Trait Implementations§
Source§impl Clone for NewUserExperienceGetGiftsSelection
impl Clone for NewUserExperienceGetGiftsSelection
Source§fn clone(&self) -> NewUserExperienceGetGiftsSelection
fn clone(&self) -> NewUserExperienceGetGiftsSelection
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 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 for NewUserExperienceGetGiftsSelection
impl PartialEq for NewUserExperienceGetGiftsSelection
Source§fn eq(&self, other: &NewUserExperienceGetGiftsSelection) -> bool
fn eq(&self, other: &NewUserExperienceGetGiftsSelection) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for NewUserExperienceGetGiftsSelection
Auto Trait Implementations§
impl Freeze for NewUserExperienceGetGiftsSelection
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