#[repr(i32)]pub enum EProfileCustomizationType {
Show 25 variants
Invalid = 0,
RareAchievementShowcase = 1,
GameCollector = 2,
ItemShowcase = 3,
TradeShowcase = 4,
Badges = 5,
FavoriteGame = 6,
ScreenshotShowcase = 7,
CustomText = 8,
FavoriteGroup = 9,
Recommendation = 10,
WorkshopItem = 11,
MyWorkshop = 12,
ArtworkShowcase = 13,
VideoShowcase = 14,
Guides = 15,
MyGuides = 16,
Achievements = 17,
Greenlight = 18,
MyGreenlight = 19,
Salien = 20,
LoyaltyRewardReactions = 21,
SingleArtworkShowcase = 22,
AchievementsCompletionist = 23,
Replay = 24,
}Variants§
Invalid = 0
RareAchievementShowcase = 1
GameCollector = 2
ItemShowcase = 3
TradeShowcase = 4
Badges = 5
FavoriteGame = 6
ScreenshotShowcase = 7
CustomText = 8
FavoriteGroup = 9
Recommendation = 10
WorkshopItem = 11
MyWorkshop = 12
ArtworkShowcase = 13
VideoShowcase = 14
Guides = 15
MyGuides = 16
Achievements = 17
Greenlight = 18
MyGreenlight = 19
Salien = 20
LoyaltyRewardReactions = 21
SingleArtworkShowcase = 22
AchievementsCompletionist = 23
Replay = 24
Implementations§
Trait Implementations§
Source§impl Clone for EProfileCustomizationType
impl Clone for EProfileCustomizationType
Source§fn clone(&self) -> EProfileCustomizationType
fn clone(&self) -> EProfileCustomizationType
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 EProfileCustomizationType
impl Debug for EProfileCustomizationType
Source§impl Hash for EProfileCustomizationType
impl Hash for EProfileCustomizationType
impl Copy for EProfileCustomizationType
impl Eq for EProfileCustomizationType
impl StructuralPartialEq for EProfileCustomizationType
Auto Trait Implementations§
impl Freeze for EProfileCustomizationType
impl RefUnwindSafe for EProfileCustomizationType
impl Send for EProfileCustomizationType
impl Sync for EProfileCustomizationType
impl Unpin for EProfileCustomizationType
impl UnsafeUnpin for EProfileCustomizationType
impl UnwindSafe for EProfileCustomizationType
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