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