pub struct ProtectedDetachedSignatureArtifact {
pub detached_signature: LocalDetachedSignatureArtifact,
pub artifact_bytes: Vec<u8>,
pub artifact_digest: String,
}Fields§
§detached_signature: LocalDetachedSignatureArtifact§artifact_bytes: Vec<u8>§artifact_digest: StringTrait Implementations§
Source§impl Clone for ProtectedDetachedSignatureArtifact
impl Clone for ProtectedDetachedSignatureArtifact
Source§fn clone(&self) -> ProtectedDetachedSignatureArtifact
fn clone(&self) -> ProtectedDetachedSignatureArtifact
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 PartialEq for ProtectedDetachedSignatureArtifact
impl PartialEq for ProtectedDetachedSignatureArtifact
Source§fn eq(&self, other: &ProtectedDetachedSignatureArtifact) -> bool
fn eq(&self, other: &ProtectedDetachedSignatureArtifact) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ProtectedDetachedSignatureArtifact
impl StructuralPartialEq for ProtectedDetachedSignatureArtifact
Auto Trait Implementations§
impl Freeze for ProtectedDetachedSignatureArtifact
impl RefUnwindSafe for ProtectedDetachedSignatureArtifact
impl Send for ProtectedDetachedSignatureArtifact
impl Sync for ProtectedDetachedSignatureArtifact
impl Unpin for ProtectedDetachedSignatureArtifact
impl UnsafeUnpin for ProtectedDetachedSignatureArtifact
impl UnwindSafe for ProtectedDetachedSignatureArtifact
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