#[repr(i32)]pub enum EAuthTokenPlatformType {
Unknown = 0,
SteamClient = 1,
WebBrowser = 2,
MobileApp = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EAuthTokenPlatformType
impl Clone for EAuthTokenPlatformType
Source§fn clone(&self) -> EAuthTokenPlatformType
fn clone(&self) -> EAuthTokenPlatformType
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 EAuthTokenPlatformType
impl Debug for EAuthTokenPlatformType
Source§impl Hash for EAuthTokenPlatformType
impl Hash for EAuthTokenPlatformType
Source§impl PartialEq for EAuthTokenPlatformType
impl PartialEq for EAuthTokenPlatformType
impl Copy for EAuthTokenPlatformType
impl Eq for EAuthTokenPlatformType
impl StructuralPartialEq for EAuthTokenPlatformType
Auto Trait Implementations§
impl Freeze for EAuthTokenPlatformType
impl RefUnwindSafe for EAuthTokenPlatformType
impl Send for EAuthTokenPlatformType
impl Sync for EAuthTokenPlatformType
impl Unpin for EAuthTokenPlatformType
impl UnsafeUnpin for EAuthTokenPlatformType
impl UnwindSafe for EAuthTokenPlatformType
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