pub struct DebugUtilities;Expand description
Debug Utilities for DevTools
Implementationsยง
Sourceยงimpl DebugUtilities
impl DebugUtilities
pub fn create_form_snapshot<T: Form + Send + Sync + PartialEq>( form_handle: &FormHandle<T>, ) -> FormSnapshot
pub fn compare_snapshots( snapshot1: &FormSnapshot, snapshot2: &FormSnapshot, ) -> SnapshotDiff
pub fn export_form_data<T: Form + Send + Sync + PartialEq + Debug>( form_handle: &FormHandle<T>, ) -> String
pub fn validate_form_integrity<T: Form + Send + Sync + PartialEq>( form_handle: &FormHandle<T>, ) -> IntegrityCheck
Auto Trait Implementationsยง
impl Freeze for DebugUtilities
impl RefUnwindSafe for DebugUtilities
impl Send for DebugUtilities
impl Sync for DebugUtilities
impl Unpin for DebugUtilities
impl UnsafeUnpin for DebugUtilities
impl UnwindSafe for DebugUtilities
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
Sourceยงimpl<T> IntoEither for T
impl<T> IntoEither for T
Sourceยงfn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSourceยงfn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSourceยงimpl<T> SerializableKey for T
impl<T> SerializableKey for T
Sourceยงimpl<T> StorageAccess<T> for T
impl<T> StorageAccess<T> for T
Sourceยงfn as_borrowed(&self) -> &T
fn as_borrowed(&self) -> &T
Borrows the value.
Sourceยงfn into_taken(self) -> T
fn into_taken(self) -> T
Takes the value.