Module interceptors

Source
Expand description

Types needed to implement Intercept.

Structsยง

AfterDeserializationInterceptorContextRef
Interceptor context for hooks after deserializing the response.
BeforeDeserializationInterceptorContextMut
Interceptor context for hooks before deserializing the response.
BeforeDeserializationInterceptorContextRef
Interceptor context for hooks before deserializing the response.
BeforeSerializationInterceptorContextMut
Interceptor context for the modify_before_serialization hook.
BeforeSerializationInterceptorContextRef
Interceptor context for the read_before_execution and read_before_serialization hooks.
BeforeTransmitInterceptorContextMut
Interceptor context for several hooks in between serialization and transmission.
BeforeTransmitInterceptorContextRef
Interceptor context for several hooks in between serialization and transmission.
FinalizerInterceptorContextMut
Interceptor context for finalization hooks.
FinalizerInterceptorContextRef
Interceptor context for finalization hooks.
InterceptorContext
A container for the data currently available to an interceptor.