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