Enum validators_options::ValidatorSeparatorOption [−][src]
pub enum ValidatorSeparatorOption {
Must(u8),
Allow(u8),
NotAllow,
}Expand description
A special kind of options for validators related to separators.
Variants
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.