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