Expand description
Types needed to implement Intercept.
Structsยง
- AfterDeserialization Interceptor Context Ref 
- Interceptor context for hooks after deserializing the response.
- BeforeDeserialization Interceptor Context Mut 
- Interceptor context for hooks before deserializing the response.
- BeforeDeserialization Interceptor Context Ref 
- Interceptor context for hooks before deserializing the response.
- BeforeSerialization Interceptor Context Mut 
- Interceptor context for the modify_before_serializationhook.
- BeforeSerialization Interceptor Context Ref 
- Interceptor context for the read_before_executionandread_before_serializationhooks.
- BeforeTransmit Interceptor Context Mut 
- Interceptor context for several hooks in between serialization and transmission.
- BeforeTransmit Interceptor Context Ref 
- Interceptor context for several hooks in between serialization and transmission.
- FinalizerInterceptor Context Mut 
- Interceptor context for finalization hooks.
- FinalizerInterceptor Context Ref 
- Interceptor context for finalization hooks.
- InterceptorContext 
- A container for the data currently available to an interceptor.