pub struct DriveProtocolUpgradeVersions {
pub clear_version_information: FeatureVersion,
pub fetch_versions_with_counter: FeatureVersion,
pub fetch_proved_versions_with_counter: FeatureVersion,
pub fetch_validator_version_votes: FeatureVersion,
pub fetch_proved_validator_version_votes: FeatureVersion,
pub remove_validators_proposed_app_versions: FeatureVersion,
pub update_validator_proposed_app_version: FeatureVersion,
}Fields§
§clear_version_information: FeatureVersion§fetch_versions_with_counter: FeatureVersion§fetch_proved_versions_with_counter: FeatureVersion§fetch_validator_version_votes: FeatureVersion§fetch_proved_validator_version_votes: FeatureVersion§remove_validators_proposed_app_versions: FeatureVersion§update_validator_proposed_app_version: FeatureVersionTrait Implementations§
Source§impl Clone for DriveProtocolUpgradeVersions
impl Clone for DriveProtocolUpgradeVersions
Source§fn clone(&self) -> DriveProtocolUpgradeVersions
fn clone(&self) -> DriveProtocolUpgradeVersions
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 DriveProtocolUpgradeVersions
impl Debug for DriveProtocolUpgradeVersions
Source§impl Default for DriveProtocolUpgradeVersions
impl Default for DriveProtocolUpgradeVersions
Source§fn default() -> DriveProtocolUpgradeVersions
fn default() -> DriveProtocolUpgradeVersions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DriveProtocolUpgradeVersions
impl RefUnwindSafe for DriveProtocolUpgradeVersions
impl Send for DriveProtocolUpgradeVersions
impl Sync for DriveProtocolUpgradeVersions
impl Unpin for DriveProtocolUpgradeVersions
impl UnwindSafe for DriveProtocolUpgradeVersions
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.