pub enum PlatformId {
Ios,
Android,
Macos,
Windows,
Web,
}Variants§
Trait Implementations§
Source§impl Clone for PlatformId
impl Clone for PlatformId
Source§fn clone(&self) -> PlatformId
fn clone(&self) -> PlatformId
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 PlatformId
impl Debug for PlatformId
Source§impl<'de> Deserialize<'de> for PlatformId
impl<'de> Deserialize<'de> for PlatformId
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
Source§impl Hash for PlatformId
impl Hash for PlatformId
Source§impl PartialEq for PlatformId
impl PartialEq for PlatformId
Source§impl Serialize for PlatformId
impl Serialize for PlatformId
impl Copy for PlatformId
impl Eq for PlatformId
impl StructuralPartialEq for PlatformId
Auto Trait Implementations§
impl Freeze for PlatformId
impl RefUnwindSafe for PlatformId
impl Send for PlatformId
impl Sync for PlatformId
impl Unpin for PlatformId
impl UnsafeUnpin for PlatformId
impl UnwindSafe for PlatformId
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