forked from mirror/Riven
1
0
Fork 0

Regen, `val-match-v1.MatchlistEntryDto.queueId`

users/mingwei/lints
Mingwei Samuel 2023-05-10 11:51:30 -07:00
parent 7e78abb7e5
commit 150566983e
4 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@
use num_enum::{ IntoPrimitive, TryFromPrimitive };
use strum_macros::{ EnumString, EnumIter, Display, IntoStaticStr };
/// Regional routes, used in tournament services, Legends of Runterra, and other endpoints.
/// Regional routes, used in tournament services, Legends of Runeterra (LoR), and other some endpoints.
#[derive(Debug)]
#[derive(PartialEq, Eq, Hash, PartialOrd, Ord)]
#[derive(IntoPrimitive, TryFromPrimitive)]

View File

@ -7,7 +7,7 @@
///////////////////////////////////////////////
// http://www.mingweisamuel.com/riotapi-schema/tool/
// Version d97f2bb9615cefe58ef8c1e9eca459cc51305d07
// Version f6d4267816b00afc365920f4f5926fd725eb8674
//! Automatically generated endpoint handles.
#![allow(clippy::let_and_return, clippy::too_many_arguments)]

View File

@ -7,7 +7,7 @@
///////////////////////////////////////////////
// http://www.mingweisamuel.com/riotapi-schema/tool/
// Version d97f2bb9615cefe58ef8c1e9eca459cc51305d07
// Version f6d4267816b00afc365920f4f5926fd725eb8674
//! Metadata about the Riot API and Riven.
//!

View File

@ -7,7 +7,7 @@
///////////////////////////////////////////////
// http://www.mingweisamuel.com/riotapi-schema/tool/
// Version d97f2bb9615cefe58ef8c1e9eca459cc51305d07
// Version f6d4267816b00afc365920f4f5926fd725eb8674
#![allow(missing_docs)]
@ -3534,8 +3534,8 @@ pub mod val_match_v1 {
pub match_id: String,
#[serde(rename = "gameStartTimeMillis")]
pub game_start_time_millis: i64,
#[serde(rename = "teamId")]
pub team_id: String,
#[serde(rename = "queueId")]
pub queue_id: String,
}
/// RecentMatches data object.
#[derive(Clone, Debug)]