pub enum RunTimeVersion {
Default,
Sniper,
Soldier,
BattleEye,
EasyAntiCheat,
}Expand description
Enum to represet Steam runtime versions
Variants§
Default
Default version of Steam’s runtime
Sniper
Sniper version of Steam’s runtime
Soldier
Soldier version of Steam’s runtime
BattleEye
BattleEye version of Steam’s runtime
EasyAntiCheat
EasyAntiCheat version of Steam’s runtime
Trait Implementations§
Source§impl Clone for RunTimeVersion
impl Clone for RunTimeVersion
Source§fn clone(&self) -> RunTimeVersion
fn clone(&self) -> RunTimeVersion
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 RunTimeVersion
impl Debug for RunTimeVersion
Source§impl Display for RunTimeVersion
impl Display for RunTimeVersion
Source§impl FromStr for RunTimeVersion
impl FromStr for RunTimeVersion
Source§impl Ord for RunTimeVersion
impl Ord for RunTimeVersion
Source§fn cmp(&self, other: &RunTimeVersion) -> Ordering
fn cmp(&self, other: &RunTimeVersion) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RunTimeVersion
impl PartialEq for RunTimeVersion
Source§impl PartialOrd for RunTimeVersion
impl PartialOrd for RunTimeVersion
impl Copy for RunTimeVersion
impl Eq for RunTimeVersion
impl StructuralPartialEq for RunTimeVersion
Auto Trait Implementations§
impl Freeze for RunTimeVersion
impl RefUnwindSafe for RunTimeVersion
impl Send for RunTimeVersion
impl Sync for RunTimeVersion
impl Unpin for RunTimeVersion
impl UnwindSafe for RunTimeVersion
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