pub enum LiveValidationCapability {
Supported,
}Expand description
Whether the store can participate in live validation.
Variants§
Supported
Live validation is supported.
Trait Implementations§
Source§impl Clone for LiveValidationCapability
impl Clone for LiveValidationCapability
Source§fn clone(&self) -> LiveValidationCapability
fn clone(&self) -> LiveValidationCapability
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LiveValidationCapability
impl Debug for LiveValidationCapability
Source§impl PartialEq for LiveValidationCapability
impl PartialEq for LiveValidationCapability
Source§fn eq(&self, other: &LiveValidationCapability) -> bool
fn eq(&self, other: &LiveValidationCapability) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LiveValidationCapability
impl Serialize for LiveValidationCapability
impl Copy for LiveValidationCapability
impl Eq for LiveValidationCapability
impl StructuralPartialEq for LiveValidationCapability
Auto Trait Implementations§
impl Freeze for LiveValidationCapability
impl RefUnwindSafe for LiveValidationCapability
impl Send for LiveValidationCapability
impl Sync for LiveValidationCapability
impl Unpin for LiveValidationCapability
impl UnsafeUnpin for LiveValidationCapability
impl UnwindSafe for LiveValidationCapability
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