pub struct TheGameDefs { /* private fields */ }Implementations§
Source§impl TheGameDefs
impl TheGameDefs
Trait Implementations§
Source§impl Clone for TheGameDefs
impl Clone for TheGameDefs
Source§fn clone(&self) -> TheGameDefs
fn clone(&self) -> TheGameDefs
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 TheGameDefs
impl Debug for TheGameDefs
Source§impl Default for TheGameDefs
impl Default for TheGameDefs
impl Copy for TheGameDefs
Auto Trait Implementations§
impl Freeze for TheGameDefs
impl RefUnwindSafe for TheGameDefs
impl Send for TheGameDefs
impl Sync for TheGameDefs
impl Unpin for TheGameDefs
impl UnwindSafe for TheGameDefs
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