Struct pact_plugin_driver::plugin_models::PluginInteractionConfig [−][src]
pub struct PluginInteractionConfig {
pub pact_configuration: HashMap<String, Value>,
pub interaction_configuration: HashMap<String, Value>,
}Expand description
Plugin configuration to add to the matching context for an interaction
Fields
pact_configuration: HashMap<String, Value>Global plugin config (Pact level)
interaction_configuration: HashMap<String, Value>Interaction plugin config
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PluginInteractionConfig
impl Send for PluginInteractionConfig
impl Sync for PluginInteractionConfig
impl Unpin for PluginInteractionConfig
impl UnwindSafe for PluginInteractionConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
