Enum modio::EventType[][src]

pub enum EventType {
    ModfileChanged,
    ModAvailable,
    ModUnavailable,
    ModEdited,
    ModDeleted,
    ModTeamChanged,
    UserTeamJoin,
    UserTeamLeave,
    UserSubscribe,
    UserUnsubscribe,
}

Variants

Primary file changed, the mod should be updated.

Mod is marked as accepted and public.

Mod is marked as not accepted, deleted or hidden.

Mod has been updated.

Mod has been permanently deleted.

User has joined or left the mod team.

User has joined a team.

User has left a team.

User has subscribed to a mod.

User has unsubscribed to a mod.

Trait Implementations

impl Debug for EventType
[src]

Formats the value using the given formatter. Read more

impl Display for EventType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for EventType

impl Sync for EventType