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