Enum nakadion::api_client::CompatibilityMode [] [src]

pub enum CompatibilityMode {
    Compatible,
    Forward,
    None,
}

Variants

Trait Implementations

impl Debug for CompatibilityMode
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CompatibilityMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CompatibilityMode
[src]

impl Serialize for CompatibilityMode
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations