pub enum LobbyPhase {
LightsaberShopPhase,
UnitShopPhase,
PlacementPhase,
FightPhase,
CompletionPhase,
}Variants§
Trait Implementations§
Source§impl Clone for LobbyPhase
impl Clone for LobbyPhase
Source§fn clone(&self) -> LobbyPhase
fn clone(&self) -> LobbyPhase
Returns a copy 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 LobbyPhase
impl Debug for LobbyPhase
Source§impl PartialEq for LobbyPhase
impl PartialEq for LobbyPhase
Source§impl Serialize for LobbyPhase
impl Serialize for LobbyPhase
impl Copy for LobbyPhase
impl Eq for LobbyPhase
impl StructuralPartialEq for LobbyPhase
Auto Trait Implementations§
impl Freeze for LobbyPhase
impl RefUnwindSafe for LobbyPhase
impl Send for LobbyPhase
impl Sync for LobbyPhase
impl Unpin for LobbyPhase
impl UnwindSafe for LobbyPhase
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