pub enum Facility {
Show 34 variants
Sdk,
Profile,
Presence,
Friends,
Commerce,
RecentPlayer,
Igo,
Misc,
Login,
Utility,
Xmpp,
Chat,
IgoEvent,
EalsEvents,
LoginEvent,
InviteEvent,
ProfileEvent,
PresenceEvent,
FriendsEvent,
CommerceEvent,
ChatEvent,
DownloadEvent,
Permission,
Resources,
BlockedUsers,
BlockedUserEvent,
GetUserId,
OnlineStatusEvent,
Achievement,
AchievementEvent,
BroadcastEvent,
ProgressiveInstallation,
ProgressiveInstallationEvent,
Content,
}Variants§
Sdk
Profile
Presence
Friends
Commerce
RecentPlayer
Igo
Misc
Login
Utility
Xmpp
Chat
IgoEvent
EalsEvents
LoginEvent
InviteEvent
ProfileEvent
PresenceEvent
FriendsEvent
CommerceEvent
ChatEvent
DownloadEvent
Permission
Resources
BlockedUsers
BlockedUserEvent
GetUserId
OnlineStatusEvent
Achievement
AchievementEvent
BroadcastEvent
ProgressiveInstallation
ProgressiveInstallationEvent
Content
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Facility
impl<'de> Deserialize<'de> for Facility
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Facility
impl RefUnwindSafe for Facility
impl Send for Facility
impl Sync for Facility
impl Unpin for Facility
impl UnwindSafe for Facility
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