Type Alias acter_core::events::CategoriesStateEvent

source ·
pub type CategoriesStateEvent = StateEvent<CategoriesStateEventContent>;
Expand description

An global.acter.category event.

Aliased Type§

enum CategoriesStateEvent {
    Original(OriginalStateEvent<CategoriesStateEventContent>),
    Redacted(RedactedStateEvent<RedactedCategoriesStateEventContent>),
}

Variants§

§

Original(OriginalStateEvent<CategoriesStateEventContent>)

Original, unredacted form of the event.

§

Redacted(RedactedStateEvent<RedactedCategoriesStateEventContent>)

Redacted form of the event with minimal fields.