pub struct ArtifactInspect {
pub digest: String,
pub manifest: ArtifactInspectManifest,
pub name: String,
}
Fields§
§digest: String
§manifest: ArtifactInspectManifest
§name: String
Trait Implementations§
Source§impl Debug for ArtifactInspect
impl Debug for ArtifactInspect
Source§impl<'de> Deserialize<'de> for ArtifactInspect
impl<'de> Deserialize<'de> for ArtifactInspect
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
Auto Trait Implementations§
impl Freeze for ArtifactInspect
impl RefUnwindSafe for ArtifactInspect
impl Send for ArtifactInspect
impl Sync for ArtifactInspect
impl Unpin for ArtifactInspect
impl UnwindSafe for ArtifactInspect
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