pub struct ArtifactPull {
pub artifact_digest: String,
}
Fields§
§artifact_digest: String
Trait Implementations§
Source§impl Debug for ArtifactPull
impl Debug for ArtifactPull
Source§impl<'de> Deserialize<'de> for ArtifactPull
impl<'de> Deserialize<'de> for ArtifactPull
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 ArtifactPull
impl RefUnwindSafe for ArtifactPull
impl Send for ArtifactPull
impl Sync for ArtifactPull
impl Unpin for ArtifactPull
impl UnwindSafe for ArtifactPull
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