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