Enum pact_matching::DiffConfig
source · pub enum DiffConfig {
AllowUnexpectedKeys,
NoUnexpectedKeys,
}Expand description
Enum that defines the configuration options for performing a match.
Variants§
AllowUnexpectedKeys
If unexpected keys are allowed and ignored during matching.
NoUnexpectedKeys
If unexpected keys cause a mismatch.
Trait Implementations§
source§impl Clone for DiffConfig
impl Clone for DiffConfig
source§fn clone(&self) -> DiffConfig
fn clone(&self) -> DiffConfig
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 DiffConfig
impl Debug for DiffConfig
source§impl PartialEq<DiffConfig> for DiffConfig
impl PartialEq<DiffConfig> for DiffConfig
source§fn eq(&self, other: &DiffConfig) -> bool
fn eq(&self, other: &DiffConfig) -> bool
impl Copy for DiffConfig
impl StructuralPartialEq for DiffConfig
Auto Trait Implementations§
impl RefUnwindSafe for DiffConfig
impl Send for DiffConfig
impl Sync for DiffConfig
impl Unpin for DiffConfig
impl UnwindSafe for DiffConfig
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