pub enum StoreLiveValidationCapability {
Supported,
}Expand description
Whether the store can participate in live validation.
Variants§
Supported
Live validation is supported.
Trait Implementations§
Source§impl Clone for StoreLiveValidationCapability
impl Clone for StoreLiveValidationCapability
Source§fn clone(&self) -> StoreLiveValidationCapability
fn clone(&self) -> StoreLiveValidationCapability
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 moreimpl Copy for StoreLiveValidationCapability
Source§impl Default for StoreLiveValidationCapability
impl Default for StoreLiveValidationCapability
Source§fn default() -> StoreLiveValidationCapability
fn default() -> StoreLiveValidationCapability
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StoreLiveValidationCapability
impl<'de> Deserialize<'de> for StoreLiveValidationCapability
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for StoreLiveValidationCapability
Source§impl PartialEq for StoreLiveValidationCapability
impl PartialEq for StoreLiveValidationCapability
Source§fn eq(&self, other: &StoreLiveValidationCapability) -> bool
fn eq(&self, other: &StoreLiveValidationCapability) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StoreLiveValidationCapability
Auto Trait Implementations§
impl Freeze for StoreLiveValidationCapability
impl RefUnwindSafe for StoreLiveValidationCapability
impl Send for StoreLiveValidationCapability
impl Sync for StoreLiveValidationCapability
impl Unpin for StoreLiveValidationCapability
impl UnsafeUnpin for StoreLiveValidationCapability
impl UnwindSafe for StoreLiveValidationCapability
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