pub struct DPPVersion {Show 14 fields
pub costs: DPPCostsVersions,
pub validation: DPPValidationVersions,
pub state_transition_serialization_versions: DPPStateTransitionSerializationVersions,
pub state_transition_conversion_versions: DPPStateTransitionConversionVersions,
pub state_transition_method_versions: DPPStateTransitionMethodVersions,
pub state_transitions: DPPStateTransitionVersions,
pub contract_versions: DPPContractVersions,
pub document_versions: DPPDocumentVersions,
pub identity_versions: DPPIdentityVersions,
pub voting_versions: DPPVotingVersions,
pub token_versions: DPPTokenVersions,
pub asset_lock_versions: DPPAssetLockVersions,
pub methods: DPPMethodVersions,
pub factory_versions: DPPFactoryVersions,
}Fields§
§costs: DPPCostsVersions§validation: DPPValidationVersions§state_transition_serialization_versions: DPPStateTransitionSerializationVersions§state_transition_conversion_versions: DPPStateTransitionConversionVersions§state_transition_method_versions: DPPStateTransitionMethodVersions§state_transitions: DPPStateTransitionVersions§contract_versions: DPPContractVersions§document_versions: DPPDocumentVersions§identity_versions: DPPIdentityVersions§voting_versions: DPPVotingVersions§token_versions: DPPTokenVersions§asset_lock_versions: DPPAssetLockVersions§methods: DPPMethodVersions§factory_versions: DPPFactoryVersionsTrait Implementations§
Source§impl Clone for DPPVersion
impl Clone for DPPVersion
Source§fn clone(&self) -> DPPVersion
fn clone(&self) -> DPPVersion
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 DPPVersion
impl Debug for DPPVersion
Source§impl Default for DPPVersion
impl Default for DPPVersion
Source§fn default() -> DPPVersion
fn default() -> DPPVersion
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DPPVersion
impl RefUnwindSafe for DPPVersion
impl Send for DPPVersion
impl Sync for DPPVersion
impl Unpin for DPPVersion
impl UnwindSafe for DPPVersion
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.