pub struct DataContractValidationVersions {
pub validate: FeatureVersion,
pub validate_config_update: FeatureVersion,
pub validate_token_config_update: FeatureVersion,
pub validate_index_definitions: FeatureVersion,
pub validate_index_naming_duplicates: FeatureVersion,
pub validate_not_defined_properties: FeatureVersion,
pub validate_property_definition: FeatureVersion,
pub validate_token_config_groups_exist: FeatureVersion,
pub validate_localizations: FeatureVersion,
}Fields§
§validate: FeatureVersion§validate_config_update: FeatureVersion§validate_token_config_update: FeatureVersion§validate_index_definitions: FeatureVersion§validate_index_naming_duplicates: FeatureVersion§validate_not_defined_properties: FeatureVersion§validate_property_definition: FeatureVersion§validate_token_config_groups_exist: FeatureVersion§validate_localizations: FeatureVersionTrait Implementations§
Source§impl Clone for DataContractValidationVersions
impl Clone for DataContractValidationVersions
Source§fn clone(&self) -> DataContractValidationVersions
fn clone(&self) -> DataContractValidationVersions
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 Default for DataContractValidationVersions
impl Default for DataContractValidationVersions
Source§fn default() -> DataContractValidationVersions
fn default() -> DataContractValidationVersions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DataContractValidationVersions
impl RefUnwindSafe for DataContractValidationVersions
impl Send for DataContractValidationVersions
impl Sync for DataContractValidationVersions
impl Unpin for DataContractValidationVersions
impl UnwindSafe for DataContractValidationVersions
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T, U> IntoPlatformVersioned<U> for Twhere
U: FromPlatformVersioned<T>,
impl<T, U> IntoPlatformVersioned<U> for Twhere
U: FromPlatformVersioned<T>,
Source§fn into_platform_versioned(self, platform_version: &PlatformVersion) -> U
fn into_platform_versioned(self, platform_version: &PlatformVersion) -> U
Performs the conversion.
Source§impl<T, U> TryIntoPlatformVersioned<U> for Twhere
U: TryFromPlatformVersioned<T>,
impl<T, U> TryIntoPlatformVersioned<U> for Twhere
U: TryFromPlatformVersioned<T>,
Source§type Error = <U as TryFromPlatformVersioned<T>>::Error
type Error = <U as TryFromPlatformVersioned<T>>::Error
The type returned in the event of a conversion error.
Source§fn try_into_platform_versioned(
self,
platform_version: &PlatformVersion,
) -> Result<U, <U as TryFromPlatformVersioned<T>>::Error>
fn try_into_platform_versioned( self, platform_version: &PlatformVersion, ) -> Result<U, <U as TryFromPlatformVersioned<T>>::Error>
Performs the conversion.