pub enum MatchWinner {
PlayerB = 0,
PlayerA = 1,
}Variants§
Auto Trait Implementations§
impl Freeze for MatchWinner
impl RefUnwindSafe for MatchWinner
impl Send for MatchWinner
impl Sync for MatchWinner
impl Unpin for MatchWinner
impl UnwindSafe for MatchWinner
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