#[repr(u8)]pub enum PlatformCategory {
Console = 1,
Arcade = 2,
Platform = 3,
OperativeSystem = 4,
PortableConsole = 5,
Computer = 6,
}
Variants§
Trait Implementations§
Source§impl Clone for PlatformCategory
impl Clone for PlatformCategory
Source§fn clone(&self) -> PlatformCategory
fn clone(&self) -> PlatformCategory
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 PlatformCategory
impl Debug for PlatformCategory
Source§impl Default for PlatformCategory
impl Default for PlatformCategory
Source§impl<'de> Deserialize<'de> for PlatformCategory
impl<'de> Deserialize<'de> for PlatformCategory
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PlatformCategory
impl RefUnwindSafe for PlatformCategory
impl Send for PlatformCategory
impl Sync for PlatformCategory
impl Unpin for PlatformCategory
impl UnwindSafe for PlatformCategory
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