pub struct DriveMethodVersions {Show 25 fields
pub initialization: DriveInitializationMethodVersions,
pub credit_pools: DriveCreditPoolMethodVersions,
pub protocol_upgrade: DriveProtocolUpgradeVersions,
pub prefunded_specialized_balances: DrivePrefundedSpecializedMethodVersions,
pub balances: DriveBalancesMethodVersions,
pub document: DriveDocumentMethodVersions,
pub vote: DriveVoteMethodVersions,
pub contract: DriveContractMethodVersions,
pub fees: DriveFeesMethodVersions,
pub estimated_costs: DriveEstimatedCostsMethodVersions,
pub asset_lock: DriveAssetLockMethodVersions,
pub verify: DriveVerifyMethodVersions,
pub identity: DriveIdentityMethodVersions,
pub token: DriveTokenMethodVersions,
pub platform_system: DrivePlatformSystemMethodVersions,
pub operations: DriveOperationsMethodVersion,
pub batch_operations: DriveBatchOperationsMethodVersion,
pub fetch: DriveFetchMethodVersions,
pub prove: DriveProveMethodVersions,
pub state_transitions: DriveStateTransitionMethodVersions,
pub platform_state: DrivePlatformStateMethodVersions,
pub group: DriveGroupMethodVersions,
pub address_funds: DriveAddressFundsMethodVersions,
pub shielded: DriveShieldedMethodVersions,
pub saved_block_transactions: DriveSavedBlockTransactionsMethodVersions,
}Fields§
§initialization: DriveInitializationMethodVersions§credit_pools: DriveCreditPoolMethodVersions§protocol_upgrade: DriveProtocolUpgradeVersions§prefunded_specialized_balances: DrivePrefundedSpecializedMethodVersions§balances: DriveBalancesMethodVersions§document: DriveDocumentMethodVersions§vote: DriveVoteMethodVersions§contract: DriveContractMethodVersions§fees: DriveFeesMethodVersions§estimated_costs: DriveEstimatedCostsMethodVersions§asset_lock: DriveAssetLockMethodVersions§verify: DriveVerifyMethodVersions§identity: DriveIdentityMethodVersions§token: DriveTokenMethodVersions§platform_system: DrivePlatformSystemMethodVersions§operations: DriveOperationsMethodVersion§batch_operations: DriveBatchOperationsMethodVersion§fetch: DriveFetchMethodVersions§prove: DriveProveMethodVersions§state_transitions: DriveStateTransitionMethodVersions§platform_state: DrivePlatformStateMethodVersions§group: DriveGroupMethodVersions§address_funds: DriveAddressFundsMethodVersions§shielded: DriveShieldedMethodVersions§saved_block_transactions: DriveSavedBlockTransactionsMethodVersionsTrait Implementations§
Source§impl Clone for DriveMethodVersions
impl Clone for DriveMethodVersions
Source§fn clone(&self) -> DriveMethodVersions
fn clone(&self) -> DriveMethodVersions
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 DriveMethodVersions
impl Debug for DriveMethodVersions
Source§impl Default for DriveMethodVersions
impl Default for DriveMethodVersions
Source§fn default() -> DriveMethodVersions
fn default() -> DriveMethodVersions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DriveMethodVersions
impl RefUnwindSafe for DriveMethodVersions
impl Send for DriveMethodVersions
impl Sync for DriveMethodVersions
impl Unpin for DriveMethodVersions
impl UnwindSafe for DriveMethodVersions
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.