Modules§
- checkpoint
- completion_
token - config
- Controller configuration.
- constants
- error
- format
- program_
schema - query
- query_
params - Types for the query parameters of the pipeline endpoints.
- secret_
ref - secret_
resolver - serde_
with_ context - suspend
- 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.