pub struct DriveBalancesMethodVersions {
pub add_to_system_credits: FeatureVersion,
pub add_to_system_credits_operations: FeatureVersion,
pub remove_from_system_credits: FeatureVersion,
pub remove_from_system_credits_operations: FeatureVersion,
pub calculate_total_credits_balance: FeatureVersion,
}Fields§
§add_to_system_credits: FeatureVersion§add_to_system_credits_operations: FeatureVersion§remove_from_system_credits: FeatureVersion§remove_from_system_credits_operations: FeatureVersion§calculate_total_credits_balance: FeatureVersionTrait Implementations§
Source§impl Clone for DriveBalancesMethodVersions
impl Clone for DriveBalancesMethodVersions
Source§fn clone(&self) -> DriveBalancesMethodVersions
fn clone(&self) -> DriveBalancesMethodVersions
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 DriveBalancesMethodVersions
impl Debug for DriveBalancesMethodVersions
Source§impl Default for DriveBalancesMethodVersions
impl Default for DriveBalancesMethodVersions
Source§fn default() -> DriveBalancesMethodVersions
fn default() -> DriveBalancesMethodVersions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DriveBalancesMethodVersions
impl RefUnwindSafe for DriveBalancesMethodVersions
impl Send for DriveBalancesMethodVersions
impl Sync for DriveBalancesMethodVersions
impl Unpin for DriveBalancesMethodVersions
impl UnwindSafe for DriveBalancesMethodVersions
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.