pub struct ArtifactRecord {
pub artifact: ArtifactRef,
pub tombstone: Option<ArtifactTombstone>,
pub authorization: Option<AuthorizationEvidence>,
}Expand description
Metadata and optional retirement audit state for one artifact.
Fields§
§artifact: ArtifactRef§tombstone: Option<ArtifactTombstone>Trait Implementations§
Source§impl Clone for ArtifactRecord
impl Clone for ArtifactRecord
Source§impl Debug for ArtifactRecord
impl Debug for ArtifactRecord
Source§impl<'de> Deserialize<'de> for ArtifactRecord
impl<'de> Deserialize<'de> for ArtifactRecord
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ArtifactRecord
Source§impl PartialEq for ArtifactRecord
impl PartialEq for ArtifactRecord
Source§impl Serialize for ArtifactRecord
impl Serialize for ArtifactRecord
impl StructuralPartialEq for ArtifactRecord
Auto Trait Implementations§
impl Freeze for ArtifactRecord
impl RefUnwindSafe for ArtifactRecord
impl Send for ArtifactRecord
impl Sync for ArtifactRecord
impl Unpin for ArtifactRecord
impl UnsafeUnpin for ArtifactRecord
impl UnwindSafe for ArtifactRecord
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