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