pub struct DPPIdentityVersions {
pub identity_structure_version: FeatureVersion,
pub identity_key_structure_version: FeatureVersion,
pub identity_key_type_method_versions: IdentityKeyTypeMethodVersions,
}Fields§
§identity_structure_version: FeatureVersionThis is the structure of the Identity as it is defined for code paths
identity_key_structure_version: FeatureVersion§identity_key_type_method_versions: IdentityKeyTypeMethodVersionsTrait Implementations§
Source§impl Clone for DPPIdentityVersions
impl Clone for DPPIdentityVersions
Source§fn clone(&self) -> DPPIdentityVersions
fn clone(&self) -> DPPIdentityVersions
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 DPPIdentityVersions
impl Debug for DPPIdentityVersions
Source§impl Default for DPPIdentityVersions
impl Default for DPPIdentityVersions
Source§fn default() -> DPPIdentityVersions
fn default() -> DPPIdentityVersions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DPPIdentityVersions
impl RefUnwindSafe for DPPIdentityVersions
impl Send for DPPIdentityVersions
impl Sync for DPPIdentityVersions
impl Unpin for DPPIdentityVersions
impl UnwindSafe for DPPIdentityVersions
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.