pub struct DrivePrefundedSpecializedMethodVersions {
pub fetch_single: FeatureVersion,
pub prove_single: FeatureVersion,
pub add_prefunded_specialized_balance: FeatureVersion,
pub add_prefunded_specialized_balance_operations: FeatureVersion,
pub deduct_from_prefunded_specialized_balance: FeatureVersion,
pub deduct_from_prefunded_specialized_balance_operations: FeatureVersion,
pub estimated_cost_for_prefunded_specialized_balance_update: FeatureVersion,
pub empty_prefunded_specialized_balance: FeatureVersion,
}Fields§
§fetch_single: FeatureVersion§prove_single: FeatureVersion§add_prefunded_specialized_balance: FeatureVersion§add_prefunded_specialized_balance_operations: FeatureVersion§deduct_from_prefunded_specialized_balance: FeatureVersion§deduct_from_prefunded_specialized_balance_operations: FeatureVersion§estimated_cost_for_prefunded_specialized_balance_update: FeatureVersion§empty_prefunded_specialized_balance: FeatureVersionTrait Implementations§
Source§impl Clone for DrivePrefundedSpecializedMethodVersions
impl Clone for DrivePrefundedSpecializedMethodVersions
Source§fn clone(&self) -> DrivePrefundedSpecializedMethodVersions
fn clone(&self) -> DrivePrefundedSpecializedMethodVersions
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 DrivePrefundedSpecializedMethodVersions
impl Default for DrivePrefundedSpecializedMethodVersions
Source§fn default() -> DrivePrefundedSpecializedMethodVersions
fn default() -> DrivePrefundedSpecializedMethodVersions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DrivePrefundedSpecializedMethodVersions
impl RefUnwindSafe for DrivePrefundedSpecializedMethodVersions
impl Send for DrivePrefundedSpecializedMethodVersions
impl Sync for DrivePrefundedSpecializedMethodVersions
impl Unpin for DrivePrefundedSpecializedMethodVersions
impl UnwindSafe for DrivePrefundedSpecializedMethodVersions
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.