Modules§
- config
- Controller configuration.
- error
- format
- program_
schema - query
- secret_
ref - serde_
with_ context - transport
Macros§
- deserialize_
struct - Generate
DeserializeWithContext
implementation parameterized by context type for a struct. - deserialize_
table_ record - Generate a
DeserializeWithContext
impl for a SQL table row type. - deserialize_
tuple - deserialize_
without_ context - Implement
DeserializeWithContext
for types that implementDeserialize
and don’t support configurable deserialization. - serialize_
struct - Generate
SerializeWithContext
implementation parameterized by context type for a struct. - serialize_
table_ record - serialize_
without_ context - Implement
SerializeWithContext
for types that implementSerialize
and don’t support configurable serialization.