pub struct DPPValidationVersions {
pub json_schema_validator: JsonSchemaValidatorVersions,
pub data_contract: DataContractValidationVersions,
pub document_type: DocumentTypeValidationVersions,
pub voting: VotingValidationVersions,
}Fields§
§json_schema_validator: JsonSchemaValidatorVersions§data_contract: DataContractValidationVersions§document_type: DocumentTypeValidationVersions§voting: VotingValidationVersionsTrait Implementations§
Source§impl Clone for DPPValidationVersions
impl Clone for DPPValidationVersions
Source§fn clone(&self) -> DPPValidationVersions
fn clone(&self) -> DPPValidationVersions
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 DPPValidationVersions
impl Debug for DPPValidationVersions
Source§impl Default for DPPValidationVersions
impl Default for DPPValidationVersions
Source§fn default() -> DPPValidationVersions
fn default() -> DPPValidationVersions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DPPValidationVersions
impl RefUnwindSafe for DPPValidationVersions
impl Send for DPPValidationVersions
impl Sync for DPPValidationVersions
impl Unpin for DPPValidationVersions
impl UnwindSafe for DPPValidationVersions
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.