pub struct Games { /* private fields */ }
Expand description
Interface for games.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Games
impl !RefUnwindSafe for Games
impl Send for Games
impl Sync for Games
impl Unpin for Games
impl !UnwindSafe for Games
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