Skip to main content

Module enum_violations

Module enum_violations 

Source
Available on crate feature protovalidate only.

Enums§

EnumViolation
All types of violations for enum fields.

Constants§

ENUM_CONST_VIOLATION
The data for the enum.const violation.
ENUM_DEFINED_ONLY_VIOLATION
The data for the enum.defined_only violation.
ENUM_IN_VIOLATION
The data for the enum.in violation.
ENUM_NOT_IN_VIOLATION
The data for the enum.not_in violation.