Use Base Debug
All checks were successful
Build and Test / friends (push) Successful in 5m9s
Build and Test / puyopuyo (push) Successful in 4m7s
Build and Test / wii-sports-club (push) Successful in 4m34s
Build and Test / wii-u-chat (push) Successful in 4m34s
Build and Test / splatoon-testfire (push) Successful in 5m20s
Build and Test / minecraft-wiiu (push) Successful in 5m57s
Build and Test / mario-tennis (push) Successful in 6m24s
Build and Test / splatoon (push) Successful in 6m29s
Build and Test / super-mario-maker (push) Successful in 6m36s
Build and Test / sonic-transformed (push) Successful in 6m40s
Build and Test / terraria (push) Successful in 6m52s
Build and Test / fast-racing-neo (push) Successful in 6m52s
All checks were successful
Build and Test / friends (push) Successful in 5m9s
Build and Test / puyopuyo (push) Successful in 4m7s
Build and Test / wii-sports-club (push) Successful in 4m34s
Build and Test / wii-u-chat (push) Successful in 4m34s
Build and Test / splatoon-testfire (push) Successful in 5m20s
Build and Test / minecraft-wiiu (push) Successful in 5m57s
Build and Test / mario-tennis (push) Successful in 6m24s
Build and Test / splatoon (push) Successful in 6m29s
Build and Test / super-mario-maker (push) Successful in 6m36s
Build and Test / sonic-transformed (push) Successful in 6m40s
Build and Test / terraria (push) Successful in 6m52s
Build and Test / fast-racing-neo (push) Successful in 6m52s
This commit is contained in:
parent
58bd13aae4
commit
c2f692cb14
1 changed files with 1 additions and 44 deletions
|
|
@ -78,6 +78,7 @@ cfg_if! {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct MatchmakeSessionSearchCriteria {
|
||||
pub attribs: Vec<StringSet<u32>>,
|
||||
pub game_mode: String,
|
||||
|
|
@ -399,50 +400,6 @@ pub struct MatchmakeSessionSearchCriteria {
|
|||
}
|
||||
}
|
||||
#[automatically_derived]
|
||||
impl ::core::fmt::Debug for MatchmakeSessionSearchCriteria {
|
||||
#[inline]
|
||||
fn fmt(&self, f: &mut ::core::fmt::Formatter) -> ::core::fmt::Result {
|
||||
let names: &'static _ = &[
|
||||
"attribs",
|
||||
"game_mode",
|
||||
"minimum_participants",
|
||||
"maximum_participants",
|
||||
"matchmake_system_type",
|
||||
"vacant_only",
|
||||
"exclude_locked",
|
||||
"exclude_non_host_pid",
|
||||
"selection_method",
|
||||
"vacant_participants",
|
||||
"matchmake_param",
|
||||
"exclude_user_password_set",
|
||||
"exclude_system_password_set",
|
||||
"refer_gid",
|
||||
];
|
||||
let values: &[&dyn ::core::fmt::Debug] = &[
|
||||
&self.attribs,
|
||||
&self.game_mode,
|
||||
&self.minimum_participants,
|
||||
&self.maximum_participants,
|
||||
&self.matchmake_system_type,
|
||||
&self.vacant_only,
|
||||
&self.exclude_locked,
|
||||
&self.exclude_non_host_pid,
|
||||
&self.selection_method,
|
||||
&self.vacant_participants,
|
||||
&self.matchmake_param,
|
||||
&self.exclude_user_password_set,
|
||||
&self.exclude_system_password_set,
|
||||
&&self.refer_gid,
|
||||
];
|
||||
::core::fmt::Formatter::debug_struct_fields_finish(
|
||||
f,
|
||||
"MatchmakeSessionSearchCriteria",
|
||||
names,
|
||||
values,
|
||||
)
|
||||
}
|
||||
}
|
||||
#[automatically_derived]
|
||||
impl ::core::clone::Clone for MatchmakeSessionSearchCriteria {
|
||||
#[inline]
|
||||
fn clone(&self) -> MatchmakeSessionSearchCriteria {
|
||||
|
|
|
|||
Loading…
Reference in a new issue