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