Enum nakadion::api::EnrichmentStrategy[][src]

pub enum EnrichmentStrategy {
    MetadataEnrichment,
}

The enrichment strategy of an event type.

For more information see Event Type

Variants

Trait Implementations

impl Debug for EnrichmentStrategy
[src]

Formats the value using the given formatter. Read more

impl Clone for EnrichmentStrategy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EnrichmentStrategy
[src]

impl Serialize for EnrichmentStrategy
[src]

Serialize this value into the given Serde serializer. Read more

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

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations