pub struct TdfProtectionResult {
pub prepared: PreparedLocalProtection,
pub key_access_plan: SdkKeyAccessPlanResponse,
pub artifact: ProtectedTdfArtifact,
pub artifact_registration: SdkArtifactRegisterResponse,
pub evidence: SdkEvidenceIngestResponse,
}Fields§
§prepared: PreparedLocalProtection§key_access_plan: SdkKeyAccessPlanResponse§artifact: ProtectedTdfArtifact§artifact_registration: SdkArtifactRegisterResponse§evidence: SdkEvidenceIngestResponseTrait Implementations§
Source§impl Clone for TdfProtectionResult
impl Clone for TdfProtectionResult
Source§fn clone(&self) -> TdfProtectionResult
fn clone(&self) -> TdfProtectionResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TdfProtectionResult
impl Debug for TdfProtectionResult
Source§impl PartialEq for TdfProtectionResult
impl PartialEq for TdfProtectionResult
Source§fn eq(&self, other: &TdfProtectionResult) -> bool
fn eq(&self, other: &TdfProtectionResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for TdfProtectionResult
impl StructuralPartialEq for TdfProtectionResult
Auto Trait Implementations§
impl Freeze for TdfProtectionResult
impl RefUnwindSafe for TdfProtectionResult
impl Send for TdfProtectionResult
impl Sync for TdfProtectionResult
impl Unpin for TdfProtectionResult
impl UnsafeUnpin for TdfProtectionResult
impl UnwindSafe for TdfProtectionResult
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