pub struct LiveClaudeArtifactPaths {
pub html: PathBuf,
pub raw: PathBuf,
pub sequence: PathBuf,
pub chat: PathBuf,
}Expand description
Artifact paths written by a live run.
Fields§
§html: PathBufHTML review.
raw: PathBufRaw stream-json dump.
sequence: PathBufSequence summary.
chat: PathBufChat projection plain text.
Trait Implementations§
Source§impl Clone for LiveClaudeArtifactPaths
impl Clone for LiveClaudeArtifactPaths
Source§fn clone(&self) -> LiveClaudeArtifactPaths
fn clone(&self) -> LiveClaudeArtifactPaths
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 moreAuto Trait Implementations§
impl Freeze for LiveClaudeArtifactPaths
impl RefUnwindSafe for LiveClaudeArtifactPaths
impl Send for LiveClaudeArtifactPaths
impl Sync for LiveClaudeArtifactPaths
impl Unpin for LiveClaudeArtifactPaths
impl UnsafeUnpin for LiveClaudeArtifactPaths
impl UnwindSafe for LiveClaudeArtifactPaths
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