#[repr(i32)]pub enum EStoreAppType {
Show 15 variants
Game = 0,
Demo = 1,
Mod = 2,
Movie = 3,
DLC = 4,
Guide = 5,
Software = 6,
Video = 7,
Series = 8,
Episode = 9,
Hardware = 10,
Music = 11,
Beta = 12,
Tool = 13,
Advertising = 14,
}Variants§
Game = 0
Demo = 1
Mod = 2
Movie = 3
DLC = 4
Guide = 5
Software = 6
Video = 7
Series = 8
Episode = 9
Hardware = 10
Music = 11
Beta = 12
Tool = 13
Advertising = 14
Implementations§
Trait Implementations§
Source§impl Clone for EStoreAppType
impl Clone for EStoreAppType
Source§fn clone(&self) -> EStoreAppType
fn clone(&self) -> EStoreAppType
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 EStoreAppType
impl Debug for EStoreAppType
Source§impl Hash for EStoreAppType
impl Hash for EStoreAppType
Source§impl PartialEq for EStoreAppType
impl PartialEq for EStoreAppType
impl Copy for EStoreAppType
impl Eq for EStoreAppType
impl StructuralPartialEq for EStoreAppType
Auto Trait Implementations§
impl Freeze for EStoreAppType
impl RefUnwindSafe for EStoreAppType
impl Send for EStoreAppType
impl Sync for EStoreAppType
impl Unpin for EStoreAppType
impl UnsafeUnpin for EStoreAppType
impl UnwindSafe for EStoreAppType
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