pub struct ContextArtifactDeleted {
pub thread_id: ThreadId,
pub artifact_id: ContextArtifactId,
pub timestamp: OffsetDateTime,
}Fields§
§thread_id: ThreadId§artifact_id: ContextArtifactId§timestamp: OffsetDateTimeTrait Implementations§
Source§impl Clone for ContextArtifactDeleted
impl Clone for ContextArtifactDeleted
Source§fn clone(&self) -> ContextArtifactDeleted
fn clone(&self) -> ContextArtifactDeleted
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 ContextArtifactDeleted
impl Debug for ContextArtifactDeleted
Source§impl<'de> Deserialize<'de> for ContextArtifactDeleted
impl<'de> Deserialize<'de> for ContextArtifactDeleted
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 ContextArtifactDeleted
impl RefUnwindSafe for ContextArtifactDeleted
impl Send for ContextArtifactDeleted
impl Sync for ContextArtifactDeleted
impl Unpin for ContextArtifactDeleted
impl UnsafeUnpin for ContextArtifactDeleted
impl UnwindSafe for ContextArtifactDeleted
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