Struct pact_plugin_driver::content::PluginConfiguration
source · pub struct PluginConfiguration {
pub interaction_configuration: HashMap<String, Value>,
pub pact_configuration: HashMap<String, Value>,
}
Expand description
Plugin data to persist into the Pact file
Fields§
§interaction_configuration: HashMap<String, Value>
Data to perist on the interaction
pact_configuration: HashMap<String, Value>
Data to persist in the Pact metadata
Implementations§
Trait Implementations§
source§impl Clone for PluginConfiguration
impl Clone for PluginConfiguration
source§fn clone(&self) -> PluginConfiguration
fn clone(&self) -> PluginConfiguration
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 PluginConfiguration
impl Debug for PluginConfiguration
source§impl Default for PluginConfiguration
impl Default for PluginConfiguration
source§impl From<PluginConfiguration> for PluginConfiguration
impl From<PluginConfiguration> for PluginConfiguration
source§fn from(config: ProtoPluginConfiguration) -> Self
fn from(config: ProtoPluginConfiguration) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for PluginConfiguration
impl Send for PluginConfiguration
impl Sync for PluginConfiguration
impl Unpin for PluginConfiguration
impl UnwindSafe for PluginConfiguration
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