pub enum ValidateOn {
Change,
Blur,
Submit,
}Expand description
When to run validation.
Variants§
Trait Implementations§
Source§impl Clone for ValidateOn
impl Clone for ValidateOn
Source§fn clone(&self) -> ValidateOn
fn clone(&self) -> ValidateOn
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ValidateOn
impl Debug for ValidateOn
Source§impl Default for ValidateOn
impl Default for ValidateOn
Source§fn default() -> ValidateOn
fn default() -> ValidateOn
Returns the “default value” for a type. Read more
Source§impl PartialEq for ValidateOn
impl PartialEq for ValidateOn
impl Copy for ValidateOn
impl Eq for ValidateOn
impl StructuralPartialEq for ValidateOn
Auto Trait Implementations§
impl Freeze for ValidateOn
impl RefUnwindSafe for ValidateOn
impl Send for ValidateOn
impl Sync for ValidateOn
impl Unpin for ValidateOn
impl UnwindSafe for ValidateOn
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)