Enum nakadion::api::EventCategory[][src]

pub enum EventCategory {
    Undefined,
    Data,
    Business,
}

The category of an event type.

For more information see Event Type

Variants

Trait Implementations

impl Debug for EventCategory
[src]

Formats the value using the given formatter. Read more

impl Clone for EventCategory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EventCategory
[src]

impl Serialize for EventCategory
[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for EventCategory
[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations