Type Alias ValidityStateFlags

Source
pub(crate) type ValidityStateFlags = ValidityStateFlags;

Aliased Type§

pub(crate) struct ValidityStateFlags {
    pub badInput: bool,
    pub customError: bool,
    pub patternMismatch: bool,
    pub rangeOverflow: bool,
    pub rangeUnderflow: bool,
    pub stepMismatch: bool,
    pub tooLong: bool,
    pub tooShort: bool,
    pub typeMismatch: bool,
    pub valueMissing: bool,
}

Fields§

§badInput: bool§customError: bool§patternMismatch: bool§rangeOverflow: bool§rangeUnderflow: bool§stepMismatch: bool§tooLong: bool§tooShort: bool§typeMismatch: bool§valueMissing: bool