implement Clone
This commit is contained in:
@@ -65,7 +65,7 @@ impl Version {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, PartialEq)]
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
pub struct Game {
|
||||
pub name: String,
|
||||
pub version: Option<Version>,
|
||||
|
||||
Reference in New Issue
Block a user