pub struct ArtifactCustomPayload {
pub artifact: Artifact,
pub task_id: TaskId,
pub context_id: ContextId,
}Fields§
§artifact: Artifact§task_id: TaskId§context_id: ContextIdTrait Implementations§
Source§impl Clone for ArtifactCustomPayload
impl Clone for ArtifactCustomPayload
Source§fn clone(&self) -> ArtifactCustomPayload
fn clone(&self) -> ArtifactCustomPayload
Returns a duplicate of the value. Read more
1.0.0 · 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 ArtifactCustomPayload
impl Debug for ArtifactCustomPayload
Source§impl<'de> Deserialize<'de> for ArtifactCustomPayload
impl<'de> Deserialize<'de> for ArtifactCustomPayload
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 ArtifactCustomPayload
impl RefUnwindSafe for ArtifactCustomPayload
impl Send for ArtifactCustomPayload
impl Sync for ArtifactCustomPayload
impl Unpin for ArtifactCustomPayload
impl UnwindSafe for ArtifactCustomPayload
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