pub struct InstantRewardGemsReset;Trait Implementations§
Source§impl Clone for InstantRewardGemsReset
impl Clone for InstantRewardGemsReset
Source§fn clone(&self) -> InstantRewardGemsReset
fn clone(&self) -> InstantRewardGemsReset
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 InstantRewardGemsReset
impl Debug for InstantRewardGemsReset
Source§impl PartialEq for InstantRewardGemsReset
impl PartialEq for InstantRewardGemsReset
Source§impl Resettable for InstantRewardGemsReset
impl Resettable for InstantRewardGemsReset
fn reset_type() -> CharacterResetType
fn default_meta() -> String
impl Copy for InstantRewardGemsReset
impl Eq for InstantRewardGemsReset
impl StructuralPartialEq for InstantRewardGemsReset
Auto Trait Implementations§
impl Freeze for InstantRewardGemsReset
impl RefUnwindSafe for InstantRewardGemsReset
impl Send for InstantRewardGemsReset
impl Sync for InstantRewardGemsReset
impl Unpin for InstantRewardGemsReset
impl UnwindSafe for InstantRewardGemsReset
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more