#[repr(i32)]pub enum EGCSystemMsg {
Show 92 variants
Invalid = 0,
Multi = 1,
GenericReply = 10,
SystemBase = 50,
AchievementAwarded = 51,
ConCommand = 52,
StartPlaying = 53,
StopPlaying = 54,
StartGameserver = 55,
StopGameserver = 56,
WGRequest = 57,
WGResponse = 58,
GetUserGameStatsSchema = 59,
GetUserGameStatsSchemaResponse = 60,
GetUserStatsDEPRECATED = 61,
GetUserStatsResponse = 62,
AppInfoUpdated = 63,
ValidateSession = 64,
ValidateSessionResponse = 65,
LookupAccountFromInput = 66,
SendHTTPRequest = 67,
SendHTTPRequestResponse = 68,
PreTestSetup = 69,
RecordSupportAction = 70,
DEPRECATED = 71,
ReceiveInterAppMessage = 73,
FindAccounts = 74,
PostAlert = 75,
GetLicenses = 76,
GetUserStats = 77,
GetCommands = 78,
GetCommandsResponse = 79,
AddFreeLicense = 80,
AddFreeLicenseResponse = 81,
GetIPLocation = 82,
GetIPLocationResponse = 83,
SystemStatsSchema = 84,
GetSystemStats = 85,
GetSystemStatsResponse = 86,
SendEmail = 87,
SendEmailResponse = 88,
GetEmailTemplate = 89,
GetEmailTemplateResponse = 90,
GrantGuestPass = 91,
GrantGuestPassResponse = 92,
GetAccountDetails = 93,
GetAccountDetailsResponse = 94,
GetPersonaNames = 95,
GetPersonaNamesResponse = 96,
MultiplexMsg = 97,
MultiplexMsgResponse = 98,
WebAPIRegisterInterfaces = 101,
WebAPIJobRequest = 102,
WebAPIJobRequestHttpResponse = 104,
WebAPIJobRequestForwardResponse = 105,
MemCachedGet = 200,
MemCachedGetResponse = 201,
MemCachedSet = 202,
MemCachedDelete = 203,
MemCachedStats = 204,
MemCachedStatsResponse = 205,
MasterSetDirectory = 220,
MasterSetDirectoryResponse = 221,
MasterSetWebAPIRouting = 222,
MasterSetWebAPIRoutingResponse = 223,
MasterSetClientMsgRouting = 224,
MasterSetClientMsgRoutingResponse = 225,
SetOptions = 226,
SetOptionsResponse = 227,
SystemBase2 = 500,
GetPurchaseTrustStatus = 501,
GetPurchaseTrustStatusResponse = 502,
UpdateSession = 503,
GCAccountVacStatusChange = 504,
CheckFriendship = 505,
CheckFriendshipResponse = 506,
GetPartnerAccountLink = 507,
GetPartnerAccountLinkResponse = 508,
DPPartnerMicroTxns = 512,
DPPartnerMicroTxnsResponse = 513,
VacVerificationChange = 518,
AccountPhoneNumberChange = 519,
InviteUserToLobby = 523,
GetGamePersonalDataCategoriesRequest = 524,
GetGamePersonalDataCategoriesResponse = 525,
GetGamePersonalDataEntriesRequest = 526,
GetGamePersonalDataEntriesResponse = 527,
TerminateGamePersonalDataEntriesRequest = 528,
TerminateGamePersonalDataEntriesResponse = 529,
RecurringSubscriptionStatusChange = 530,
DirectServiceMethod = 531,
DirectServiceMethodResponse = 532,
}Variants§
Invalid = 0
Multi = 1
GenericReply = 10
SystemBase = 50
AchievementAwarded = 51
ConCommand = 52
StartPlaying = 53
StopPlaying = 54
StartGameserver = 55
StopGameserver = 56
WGRequest = 57
WGResponse = 58
GetUserGameStatsSchema = 59
GetUserGameStatsSchemaResponse = 60
GetUserStatsDEPRECATED = 61
GetUserStatsResponse = 62
AppInfoUpdated = 63
ValidateSession = 64
ValidateSessionResponse = 65
LookupAccountFromInput = 66
SendHTTPRequest = 67
SendHTTPRequestResponse = 68
PreTestSetup = 69
RecordSupportAction = 70
DEPRECATED = 71
ReceiveInterAppMessage = 73
FindAccounts = 74
PostAlert = 75
GetLicenses = 76
GetUserStats = 77
GetCommands = 78
GetCommandsResponse = 79
AddFreeLicense = 80
AddFreeLicenseResponse = 81
GetIPLocation = 82
GetIPLocationResponse = 83
SystemStatsSchema = 84
GetSystemStats = 85
GetSystemStatsResponse = 86
SendEmail = 87
SendEmailResponse = 88
GetEmailTemplate = 89
GetEmailTemplateResponse = 90
GrantGuestPass = 91
GrantGuestPassResponse = 92
GetAccountDetails = 93
GetAccountDetailsResponse = 94
GetPersonaNames = 95
GetPersonaNamesResponse = 96
MultiplexMsg = 97
MultiplexMsgResponse = 98
WebAPIRegisterInterfaces = 101
WebAPIJobRequest = 102
WebAPIJobRequestHttpResponse = 104
WebAPIJobRequestForwardResponse = 105
MemCachedGet = 200
MemCachedGetResponse = 201
MemCachedSet = 202
MemCachedDelete = 203
MemCachedStats = 204
MemCachedStatsResponse = 205
MasterSetDirectory = 220
MasterSetDirectoryResponse = 221
MasterSetWebAPIRouting = 222
MasterSetWebAPIRoutingResponse = 223
MasterSetClientMsgRouting = 224
MasterSetClientMsgRoutingResponse = 225
SetOptions = 226
SetOptionsResponse = 227
SystemBase2 = 500
GetPurchaseTrustStatus = 501
GetPurchaseTrustStatusResponse = 502
UpdateSession = 503
GCAccountVacStatusChange = 504
CheckFriendship = 505
CheckFriendshipResponse = 506
GetPartnerAccountLink = 507
GetPartnerAccountLinkResponse = 508
DPPartnerMicroTxns = 512
DPPartnerMicroTxnsResponse = 513
VacVerificationChange = 518
AccountPhoneNumberChange = 519
InviteUserToLobby = 523
GetGamePersonalDataCategoriesRequest = 524
GetGamePersonalDataCategoriesResponse = 525
GetGamePersonalDataEntriesRequest = 526
GetGamePersonalDataEntriesResponse = 527
TerminateGamePersonalDataEntriesRequest = 528
TerminateGamePersonalDataEntriesResponse = 529
RecurringSubscriptionStatusChange = 530
DirectServiceMethod = 531
DirectServiceMethodResponse = 532
Implementations§
Trait Implementations§
Source§impl Clone for EGCSystemMsg
impl Clone for EGCSystemMsg
Source§fn clone(&self) -> EGCSystemMsg
fn clone(&self) -> EGCSystemMsg
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 EGCSystemMsg
impl Debug for EGCSystemMsg
Source§impl Hash for EGCSystemMsg
impl Hash for EGCSystemMsg
Source§impl PartialEq for EGCSystemMsg
impl PartialEq for EGCSystemMsg
impl Copy for EGCSystemMsg
impl Eq for EGCSystemMsg
impl StructuralPartialEq for EGCSystemMsg
Auto Trait Implementations§
impl Freeze for EGCSystemMsg
impl RefUnwindSafe for EGCSystemMsg
impl Send for EGCSystemMsg
impl Sync for EGCSystemMsg
impl Unpin for EGCSystemMsg
impl UnsafeUnpin for EGCSystemMsg
impl UnwindSafe for EGCSystemMsg
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