pub struct AsyncValidation { /* private fields */ }Available on crate feature
async only.Expand description
One in-flight asynchronous field validation.
Created by FormField::validate_async and polled each frame by
Context::form_field (or directly via
FormField::poll_async). Gated behind the async feature.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AsyncValidation
impl !RefUnwindSafe for AsyncValidation
impl Send for AsyncValidation
impl Sync for AsyncValidation
impl Unpin for AsyncValidation
impl UnsafeUnpin for AsyncValidation
impl !UnwindSafe for AsyncValidation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more