Enum nakadion::api_client::EventCategory [] [src]

pub enum EventCategory {
    Undefined,
    Data,
    Business,
}

Variants

Trait Implementations

impl Debug for EventCategory
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EventCategory
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for EventCategory
[src]

impl Serialize for EventCategory
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for EventCategory

impl Sync for EventCategory