Gets the underlying dcbor-pattern TaggedPattern.
StaticanyCreates a new TaggedPattern that matches any tagged value.
StaticwithCreates a new TaggedPattern with a specific tag and content pattern.
StaticwithCreates a new TaggedPattern with a specific tag name and content pattern.
StaticwithCreates a new TaggedPattern with a tag name matching regex and content pattern.
StaticfromCreates a new TaggedPattern from a dcbor-pattern TaggedPattern.
Returns true if the pattern matches the haystack.
Returns true if the Display of the matcher is complex, i.e. contains nested patterns or other complex structures that require its text rendering to be surrounded by grouping parentheses.
Returns a string representation of an object.
Hash code for use in Maps/Sets.
Pattern for matching tagged CBOR values.
This is a wrapper around dcbor_pattern::TaggedPattern that provides envelope-specific integration.
Corresponds to the Rust
TaggedPatternstruct in tagged_pattern.rs