pub struct ArtifactInspection {
pub record: ArtifactRecord,
pub manifest: OciManifest,
}Expand description
Response of GET /api/v1/admin/artifacts/{target}/{rustc_version}/{c_metadata}:
the D1 catalog row plus the bundle image’s OCI manifest read from GHCR.
Fields§
§record: ArtifactRecordThe D1 catalog row.
manifest: OciManifestThe bundle image’s OCI manifest (manifests/<tag>.bundle).
Trait Implementations§
Source§impl Clone for ArtifactInspection
impl Clone for ArtifactInspection
Source§impl ComposeSchema for ArtifactInspection
impl ComposeSchema for ArtifactInspection
Source§impl Debug for ArtifactInspection
impl Debug for ArtifactInspection
Source§impl<'de> Deserialize<'de> for ArtifactInspection
impl<'de> Deserialize<'de> for ArtifactInspection
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 ArtifactInspection
Source§impl PartialEq for ArtifactInspection
impl PartialEq for ArtifactInspection
Source§impl Serialize for ArtifactInspection
impl Serialize for ArtifactInspection
impl StructuralPartialEq for ArtifactInspection
Auto Trait Implementations§
impl Freeze for ArtifactInspection
impl RefUnwindSafe for ArtifactInspection
impl Send for ArtifactInspection
impl Sync for ArtifactInspection
impl Unpin for ArtifactInspection
impl UnsafeUnpin for ArtifactInspection
impl UnwindSafe for ArtifactInspection
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.