#[repr(i32)]pub enum EgcBaseMsg {
Show 24 variants
KEMsgGcInviteToParty = 4_501,
KEMsgGcInvitationCreated = 4_502,
KEMsgGcPartyInviteResponse = 4_503,
KEMsgGcKickFromParty = 4_504,
KEMsgGcLeaveParty = 4_505,
KEMsgGcServerAvailable = 4_506,
KEMsgGcClientConnectToServer = 4_507,
KEMsgGcGameServerInfo = 4_508,
KEMsgGclanServerAvailable = 4_511,
KEMsgGcInviteToLobby = 4_512,
KEMsgGcLobbyInviteResponse = 4_513,
KEMsgGcToClientPollFileRequest = 4_514,
KEMsgGcToClientPollFileResponse = 4_515,
KEMsgGcToGcPerformManualOp = 4_516,
KEMsgGcToGcPerformManualOpCompleted = 4_517,
KEMsgGcToGcReloadServerRegionSettings = 4_518,
KEMsgGcAdditionalWelcomeMsgList = 4_519,
KEMsgGcToClientApplyRemoteConVars = 4_520,
KEMsgGcToServerApplyRemoteConVars = 4_521,
KEMsgClientToGcIntegrityStatus = 4_522,
KEMsgClientToGcAggregateMetrics = 4_523,
KEMsgGcToClientAggregateMetricsBackoff = 4_524,
KEMsgGcToServerSteamLearnAccessTokensChanged = 4_525,
KEMsgGcToServerSteamLearnUseHttp = 4_526,
}Variants§
KEMsgGcInviteToParty = 4_501
KEMsgGcInvitationCreated = 4_502
KEMsgGcPartyInviteResponse = 4_503
KEMsgGcKickFromParty = 4_504
KEMsgGcLeaveParty = 4_505
KEMsgGcServerAvailable = 4_506
KEMsgGcClientConnectToServer = 4_507
KEMsgGcGameServerInfo = 4_508
KEMsgGclanServerAvailable = 4_511
KEMsgGcInviteToLobby = 4_512
KEMsgGcLobbyInviteResponse = 4_513
KEMsgGcToClientPollFileRequest = 4_514
KEMsgGcToClientPollFileResponse = 4_515
KEMsgGcToGcPerformManualOp = 4_516
KEMsgGcToGcPerformManualOpCompleted = 4_517
KEMsgGcToGcReloadServerRegionSettings = 4_518
KEMsgGcAdditionalWelcomeMsgList = 4_519
KEMsgGcToClientApplyRemoteConVars = 4_520
KEMsgGcToServerApplyRemoteConVars = 4_521
KEMsgClientToGcIntegrityStatus = 4_522
KEMsgClientToGcAggregateMetrics = 4_523
KEMsgGcToClientAggregateMetricsBackoff = 4_524
KEMsgGcToServerSteamLearnAccessTokensChanged = 4_525
KEMsgGcToServerSteamLearnUseHttp = 4_526
Implementations§
Trait Implementations§
Source§impl Clone for EgcBaseMsg
impl Clone for EgcBaseMsg
Source§fn clone(&self) -> EgcBaseMsg
fn clone(&self) -> EgcBaseMsg
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EgcBaseMsg
impl Debug for EgcBaseMsg
Source§impl Default for EgcBaseMsg
impl Default for EgcBaseMsg
Source§fn default() -> EgcBaseMsg
fn default() -> EgcBaseMsg
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EgcBaseMsg
impl<'de> Deserialize<'de> for EgcBaseMsg
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<EgcBaseMsg, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<EgcBaseMsg, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for EgcBaseMsg
impl Hash for EgcBaseMsg
Source§impl Ord for EgcBaseMsg
impl Ord for EgcBaseMsg
Source§impl PartialEq for EgcBaseMsg
impl PartialEq for EgcBaseMsg
Source§impl PartialOrd for EgcBaseMsg
impl PartialOrd for EgcBaseMsg
Source§impl Serialize for EgcBaseMsg
impl Serialize for EgcBaseMsg
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Source§impl TryFrom<i32> for EgcBaseMsg
impl TryFrom<i32> for EgcBaseMsg
Source§type Error = UnknownEnumValue
type Error = UnknownEnumValue
The type returned in the event of a conversion error.
Source§fn try_from(value: i32) -> Result<EgcBaseMsg, UnknownEnumValue>
fn try_from(value: i32) -> Result<EgcBaseMsg, UnknownEnumValue>
Performs the conversion.
impl Copy for EgcBaseMsg
impl Eq for EgcBaseMsg
impl StructuralPartialEq for EgcBaseMsg
Auto Trait Implementations§
impl Freeze for EgcBaseMsg
impl RefUnwindSafe for EgcBaseMsg
impl Send for EgcBaseMsg
impl Sync for EgcBaseMsg
impl Unpin for EgcBaseMsg
impl UnwindSafe for EgcBaseMsg
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.