pub struct ArtifactRefPayload {
pub artifact: ArtifactRef,
}Expand description
Payload for artifact.ref.
Fields§
§artifact: ArtifactRefReference body.
Trait Implementations§
Source§impl Clone for ArtifactRefPayload
impl Clone for ArtifactRefPayload
Source§fn clone(&self) -> ArtifactRefPayload
fn clone(&self) -> ArtifactRefPayload
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 ArtifactRefPayload
impl Debug for ArtifactRefPayload
Source§impl<'de> Deserialize<'de> for ArtifactRefPayload
impl<'de> Deserialize<'de> for ArtifactRefPayload
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
Source§impl PartialEq for ArtifactRefPayload
impl PartialEq for ArtifactRefPayload
Source§fn eq(&self, other: &ArtifactRefPayload) -> bool
fn eq(&self, other: &ArtifactRefPayload) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ArtifactRefPayload
impl Serialize for ArtifactRefPayload
impl Eq for ArtifactRefPayload
impl StructuralPartialEq for ArtifactRefPayload
Auto Trait Implementations§
impl Freeze for ArtifactRefPayload
impl RefUnwindSafe for ArtifactRefPayload
impl Send for ArtifactRefPayload
impl Sync for ArtifactRefPayload
impl Unpin for ArtifactRefPayload
impl UnsafeUnpin for ArtifactRefPayload
impl UnwindSafe for ArtifactRefPayload
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