[][src]Module amadeus_types::__internal

Traits

Deserialize

A data structure that can be deserialized from any data format supported by Serde.

Deserializer

A data format that can deserialize any data structure supported by Serde.

Error

The Error trait allows Deserialize implementations to create descriptive error messages belonging to the Deserializer against which they are currently running.

SeqAccess

Provides a Visitor access to each element of a sequence in the input.

Serialize

A data structure that can be serialized into any data format supported by Serde.

SerializeTuple

Returned from Serializer::serialize_tuple.

Serializer

A data format that can serialize any data structure supported by Serde.

Visitor

This trait represents a visitor that walks through a deserializer.

Derive Macros

Deserialize
Serialize