pub struct LiveAgyArtifactPaths {
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 NDJSON dump.
sequence: PathBufSequence summary.
chat: PathBufChat projection plain text.
Trait Implementations§
Source§impl Clone for LiveAgyArtifactPaths
impl Clone for LiveAgyArtifactPaths
Source§fn clone(&self) -> LiveAgyArtifactPaths
fn clone(&self) -> LiveAgyArtifactPaths
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 LiveAgyArtifactPaths
impl RefUnwindSafe for LiveAgyArtifactPaths
impl Send for LiveAgyArtifactPaths
impl Sync for LiveAgyArtifactPaths
impl Unpin for LiveAgyArtifactPaths
impl UnsafeUnpin for LiveAgyArtifactPaths
impl UnwindSafe for LiveAgyArtifactPaths
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