pub struct FormRegistryOptions {
pub touch_on_change: bool,
pub revalidate_mode: FormRevalidateMode,
}Fields§
§touch_on_change: bool§revalidate_mode: FormRevalidateModeTrait Implementations§
Source§impl Clone for FormRegistryOptions
impl Clone for FormRegistryOptions
Source§fn clone(&self) -> FormRegistryOptions
fn clone(&self) -> FormRegistryOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FormRegistryOptions
impl Debug for FormRegistryOptions
Auto Trait Implementations§
impl Freeze for FormRegistryOptions
impl RefUnwindSafe for FormRegistryOptions
impl Send for FormRegistryOptions
impl Sync for FormRegistryOptions
impl Unpin for FormRegistryOptions
impl UnsafeUnpin for FormRegistryOptions
impl UnwindSafe for FormRegistryOptions
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