Enum nakadion::api::SchemaType[][src]

pub enum SchemaType {
    JsonSchema,
}

Variants

Trait Implementations

impl Debug for SchemaType
[src]

Formats the value using the given formatter. Read more

impl Clone for SchemaType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SchemaType
[src]

impl Serialize for SchemaType
[src]

Serialize this value into the given Serde serializer. Read more

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

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for SchemaType

impl Sync for SchemaType