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