Enum validators_options::ValidatorRangeOption [−][src]
pub enum ValidatorRangeOption<T> {
Inside {
min: Option<T>,
max: Option<T>,
},
Outside {
min: Option<T>,
max: Option<T>,
},
NotLimited,
}Expand description
A special kind of options for validators related to ranges.
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 !=.