Enum nakadion::api_client::EnrichmentStrategy [] [src]

pub enum EnrichmentStrategy {
    MetadataEnrichment,
}

Variants

Trait Implementations

impl Debug for EnrichmentStrategy
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EnrichmentStrategy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for EnrichmentStrategy
[src]

impl Serialize for EnrichmentStrategy
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations