pub struct DriveOperationsMethodVersion {
pub rollback_transaction: FeatureVersion,
pub drop_cache: FeatureVersion,
pub commit_transaction: FeatureVersion,
pub apply_partial_batch_low_level_drive_operations: FeatureVersion,
pub apply_partial_batch_grovedb_operations: FeatureVersion,
pub apply_batch_low_level_drive_operations: FeatureVersion,
pub apply_batch_grovedb_operations: FeatureVersion,
}Fields§
§rollback_transaction: FeatureVersion§drop_cache: FeatureVersion§commit_transaction: FeatureVersion§apply_partial_batch_low_level_drive_operations: FeatureVersion§apply_partial_batch_grovedb_operations: FeatureVersion§apply_batch_low_level_drive_operations: FeatureVersion§apply_batch_grovedb_operations: FeatureVersionTrait Implementations§
Source§impl Clone for DriveOperationsMethodVersion
impl Clone for DriveOperationsMethodVersion
Source§fn clone(&self) -> DriveOperationsMethodVersion
fn clone(&self) -> DriveOperationsMethodVersion
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 DriveOperationsMethodVersion
impl Debug for DriveOperationsMethodVersion
Source§impl Default for DriveOperationsMethodVersion
impl Default for DriveOperationsMethodVersion
Source§fn default() -> DriveOperationsMethodVersion
fn default() -> DriveOperationsMethodVersion
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DriveOperationsMethodVersion
impl RefUnwindSafe for DriveOperationsMethodVersion
impl Send for DriveOperationsMethodVersion
impl Sync for DriveOperationsMethodVersion
impl Unpin for DriveOperationsMethodVersion
impl UnwindSafe for DriveOperationsMethodVersion
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.