pub struct GameStart;Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GameStart
impl RefUnwindSafe for GameStart
impl Send for GameStart
impl Sync for GameStart
impl Unpin for GameStart
impl UnwindSafe for GameStart
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