pub enum MicroserviceEvent {
Show 21 variants
TestImage,
TestMint,
AuthDeletedUser,
AuthLogoutUser,
AuthNewUser,
CoinsNotifyClient,
CoinsSendEmail,
CoinsUpdateSubscription,
LegendMissionsCompletedMissionReward,
LegendMissionsOngoingMission,
LegendRankingsRankingsFinished,
RoomCreatorCreatedRoom,
RoomCreatorUpdatedRoom,
RoomInventoryUpdateVpBuildingImage,
RoomSnapshotBuildingChangeInIsland,
RoomSnapshotFirstSnapshot,
SocialBlockChat,
SocialNewUser,
SocialUnblockChat,
SocialUpdatedUser,
SocialMediaRoomsDeleteInBatch,
}
Expand description
Represents the available events in the system.
Variants§
TestImage
TestMint
AuthDeletedUser
AuthLogoutUser
AuthNewUser
CoinsNotifyClient
CoinsSendEmail
CoinsUpdateSubscription
LegendMissionsCompletedMissionReward
LegendMissionsOngoingMission
LegendRankingsRankingsFinished
RoomCreatorCreatedRoom
RoomCreatorUpdatedRoom
RoomInventoryUpdateVpBuildingImage
RoomSnapshotBuildingChangeInIsland
RoomSnapshotFirstSnapshot
SocialBlockChat
SocialNewUser
SocialUnblockChat
SocialUpdatedUser
SocialMediaRoomsDeleteInBatch
Trait Implementations§
Source§impl AsRef<str> for MicroserviceEvent
impl AsRef<str> for MicroserviceEvent
Source§impl Clone for MicroserviceEvent
impl Clone for MicroserviceEvent
Source§fn clone(&self) -> MicroserviceEvent
fn clone(&self) -> MicroserviceEvent
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 MicroserviceEvent
impl Debug for MicroserviceEvent
Source§impl FromStr for MicroserviceEvent
impl FromStr for MicroserviceEvent
Source§impl Hash for MicroserviceEvent
impl Hash for MicroserviceEvent
Source§impl IntoEnumIterator for MicroserviceEvent
impl IntoEnumIterator for MicroserviceEvent
type Iterator = MicroserviceEventIter
fn iter() -> MicroserviceEventIter ⓘ
Source§impl PartialEq for MicroserviceEvent
impl PartialEq for MicroserviceEvent
Source§impl TryFrom<&str> for MicroserviceEvent
impl TryFrom<&str> for MicroserviceEvent
impl Copy for MicroserviceEvent
impl Eq for MicroserviceEvent
impl StructuralPartialEq for MicroserviceEvent
Auto Trait Implementations§
impl Freeze for MicroserviceEvent
impl RefUnwindSafe for MicroserviceEvent
impl Send for MicroserviceEvent
impl Sync for MicroserviceEvent
impl Unpin for MicroserviceEvent
impl UnwindSafe for MicroserviceEvent
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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