Trait script::dom::bindings::codegen::Bindings::ValidityStateBinding::ValidityState_Binding::ValidityStateMethods
source · pub trait ValidityStateMethods {
// Required methods
fn ValueMissing(&self) -> bool;
fn TypeMismatch(&self) -> bool;
fn PatternMismatch(&self) -> bool;
fn TooLong(&self) -> bool;
fn TooShort(&self) -> bool;
fn RangeUnderflow(&self) -> bool;
fn RangeOverflow(&self) -> bool;
fn StepMismatch(&self) -> bool;
fn BadInput(&self) -> bool;
fn CustomError(&self) -> bool;
fn Valid(&self) -> bool;
}