pub enum Modes {
SolVsAlien,
CentauriVsSol,
CentauriVsSolVsAlien,
}
Variants§
Trait Implementations§
impl Eq for Modes
impl StructuralPartialEq for Modes
Auto Trait Implementations§
impl Freeze for Modes
impl RefUnwindSafe for Modes
impl Send for Modes
impl Sync for Modes
impl Unpin for Modes
impl UnwindSafe for Modes
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