pub enum ActiveShardGame {
LoR,
Valorant,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ActiveShardGame
impl RefUnwindSafe for ActiveShardGame
impl Send for ActiveShardGame
impl Sync for ActiveShardGame
impl Unpin for ActiveShardGame
impl UnwindSafe for ActiveShardGame
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