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