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