mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2024-12-26 10:56:34 +00:00
Make models derive Clone, regen
Only couple descriptions changed in spec.
This commit is contained in:
parent
fda0836d27
commit
0e22623056
4 changed files with 129 additions and 129 deletions
|
@ -7,7 +7,7 @@
|
|||
///////////////////////////////////////////////
|
||||
|
||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||
// Version 1f61128ea79f3d07bd47c2f585e9f22905bed753
|
||||
// Version 309704e3979855858e36430b178e507e48702059
|
||||
|
||||
//! Automatically generated endpoint handles.
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
///////////////////////////////////////////////
|
||||
|
||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||
// Version 1f61128ea79f3d07bd47c2f585e9f22905bed753
|
||||
// Version 309704e3979855858e36430b178e507e48702059
|
||||
|
||||
//! Metadata about the Riot API and Riven.
|
||||
//!
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -42,7 +42,7 @@ pub mod {{= dotUtils.changeCase.snakeCase(endpoint) }} {
|
|||
///
|
||||
/// Note: This struct is automatically generated
|
||||
{{?}}
|
||||
#[derive(Debug)]
|
||||
#[derive(Clone, Debug)]
|
||||
#[derive(serde::Serialize, serde::Deserialize)]
|
||||
pub struct {{= schemaName }} {
|
||||
{{
|
||||
|
|
Loading…
Reference in a new issue