pub enum RpsState {
BeforeRoom,
InRoom,
Played,
Confirmed,
}Variants§
Trait Implementations§
impl Copy for RpsState
impl Eq for RpsState
impl StructuralPartialEq for RpsState
Auto Trait Implementations§
impl Freeze for RpsState
impl RefUnwindSafe for RpsState
impl Send for RpsState
impl Sync for RpsState
impl Unpin for RpsState
impl UnwindSafe for RpsState
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