Enum validators::ValidatorOption [−][src]
pub enum ValidatorOption {
Must,
Allow,
NotAllow,
}Variants
MustAllowNotAllow
Methods
impl ValidatorOption[src]
impl ValidatorOptionTrait Implementations
impl Debug for ValidatorOption[src]
impl Debug for ValidatorOptionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ValidatorOption[src]
impl PartialEq for ValidatorOptionAuto Trait Implementations
impl Send for ValidatorOption
impl Send for ValidatorOptionimpl Sync for ValidatorOption
impl Sync for ValidatorOption