pub enum LobbyState {
Open,
InProgress,
Closed,
}Variants§
Trait Implementations§
Source§impl Clone for LobbyState
impl Clone for LobbyState
Source§fn clone(&self) -> LobbyState
fn clone(&self) -> LobbyState
Returns a duplicate 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 LobbyState
impl Debug for LobbyState
Source§impl PartialEq for LobbyState
impl PartialEq for LobbyState
impl Copy for LobbyState
impl StructuralPartialEq for LobbyState
Auto Trait Implementations§
impl Freeze for LobbyState
impl RefUnwindSafe for LobbyState
impl Send for LobbyState
impl Sync for LobbyState
impl Unpin for LobbyState
impl UnsafeUnpin for LobbyState
impl UnwindSafe for LobbyState
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