pub struct TdfRewrapResult {
pub content_binding: LocalContentBinding,
pub manifest: LocalTdfManifest,
pub policy_resolution: SdkPolicyResolveResponse,
pub protection_plan: SdkProtectionPlanResponse,
pub key_access_plan: SdkKeyAccessPlanResponse,
pub original_artifact_digest: String,
pub artifact: ProtectedTdfArtifact,
pub artifact_registration: SdkArtifactRegisterResponse,
pub evidence: SdkEvidenceIngestResponse,
}Fields§
§content_binding: LocalContentBinding§manifest: LocalTdfManifest§policy_resolution: SdkPolicyResolveResponse§protection_plan: SdkProtectionPlanResponse§key_access_plan: SdkKeyAccessPlanResponse§original_artifact_digest: String§artifact: ProtectedTdfArtifact§artifact_registration: SdkArtifactRegisterResponse§evidence: SdkEvidenceIngestResponseTrait Implementations§
Source§impl Clone for TdfRewrapResult
impl Clone for TdfRewrapResult
Source§fn clone(&self) -> TdfRewrapResult
fn clone(&self) -> TdfRewrapResult
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 TdfRewrapResult
impl Debug for TdfRewrapResult
Source§impl PartialEq for TdfRewrapResult
impl PartialEq for TdfRewrapResult
Source§fn eq(&self, other: &TdfRewrapResult) -> bool
fn eq(&self, other: &TdfRewrapResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for TdfRewrapResult
impl StructuralPartialEq for TdfRewrapResult
Auto Trait Implementations§
impl Freeze for TdfRewrapResult
impl RefUnwindSafe for TdfRewrapResult
impl Send for TdfRewrapResult
impl Sync for TdfRewrapResult
impl Unpin for TdfRewrapResult
impl UnsafeUnpin for TdfRewrapResult
impl UnwindSafe for TdfRewrapResult
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