Skip to main content

Module bytes_violations

Module bytes_violations 

Source
Available on crate feature protovalidate only.

Enums§

BytesViolation
All types of violations for bytes fields.

Constants§

BYTES_CONST_VIOLATION
The data for the bytes.const violation.
BYTES_CONTAINS_VIOLATION
The data for the bytes.contains violation.
BYTES_IN_VIOLATION
The data for the bytes.in violation.
BYTES_IPV4_VIOLATION
The data for the bytes.ipv4 violation.
BYTES_IPV6_VIOLATION
The data for the bytes.ipv6 violation.
BYTES_IP_VIOLATION
The data for the bytes.ip violation.
BYTES_LEN_VIOLATION
The data for the bytes.len violation.
BYTES_MAX_LEN_VIOLATION
The data for the bytes.max_len violation.
BYTES_MIN_LEN_VIOLATION
The data for the bytes.min_len violation.
BYTES_NOT_IN_VIOLATION
The data for the bytes.not_in violation.
BYTES_PATTERN_VIOLATION
The data for the bytes.pattern violation.
BYTES_PREFIX_VIOLATION
The data for the bytes.prefix violation.
BYTES_SUFFIX_VIOLATION
The data for the bytes.suffix violation.
BYTES_UUID_VIOLATION
The data for the bytes.uuid violation.