pub enum CurrentStatement {
StartingGame,
WindowInitialized,
JoiningSingleplayerGame,
JoiningMutiplayerGame,
}
Variants§
Trait Implementations§
Source§impl Clone for CurrentStatement
impl Clone for CurrentStatement
Source§fn clone(&self) -> CurrentStatement
fn clone(&self) -> CurrentStatement
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 CurrentStatement
impl Debug for CurrentStatement
Source§impl PartialEq for CurrentStatement
impl PartialEq for CurrentStatement
impl Copy for CurrentStatement
impl StructuralPartialEq for CurrentStatement
Auto Trait Implementations§
impl Freeze for CurrentStatement
impl RefUnwindSafe for CurrentStatement
impl Send for CurrentStatement
impl Sync for CurrentStatement
impl Unpin for CurrentStatement
impl UnwindSafe for CurrentStatement
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