pub struct ArtifactDeleted {}Expand description
Payload for ARTIFACT_DELETED events.
Trait Implementations§
Source§impl Clone for ArtifactDeleted
impl Clone for ArtifactDeleted
Source§fn clone(&self) -> ArtifactDeleted
fn clone(&self) -> ArtifactDeleted
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 ArtifactDeleted
impl Debug for ArtifactDeleted
Source§impl<'de> Deserialize<'de> for ArtifactDeleted
impl<'de> Deserialize<'de> for ArtifactDeleted
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 EventPayload for ArtifactDeleted
impl EventPayload for ArtifactDeleted
Auto Trait Implementations§
impl Freeze for ArtifactDeleted
impl RefUnwindSafe for ArtifactDeleted
impl Send for ArtifactDeleted
impl Sync for ArtifactDeleted
impl Unpin for ArtifactDeleted
impl UnwindSafe for ArtifactDeleted
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