[][src]Module pact_consumer::patterns

JSON "patterns", which can be used to either generate JSON documents or match them.

Structs

EachLike

Match an array with the specified "shape".

Like

Match values based on their data types.

Term

Match and generate strings that match a regular expression.

Enums

JsonPattern

A pattern which can be used to either:

StringPattern

A pattern which matches or generates a string.

Traits

Pattern

Abstract interface to types which can: