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§
source§impl Clone for PluginInteractionConfig
impl Clone for PluginInteractionConfig
source§fn clone(&self) -> PluginInteractionConfig
fn clone(&self) -> PluginInteractionConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PluginInteractionConfig
impl Debug for PluginInteractionConfig
source§impl PartialEq<PluginInteractionConfig> for PluginInteractionConfig
impl PartialEq<PluginInteractionConfig> for PluginInteractionConfig
source§fn eq(&self, other: &PluginInteractionConfig) -> bool
fn eq(&self, other: &PluginInteractionConfig) -> bool
impl StructuralPartialEq for PluginInteractionConfig
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§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request