pub struct LiveCodexArtifactPaths {
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 LiveCodexArtifactPaths
impl Clone for LiveCodexArtifactPaths
Source§fn clone(&self) -> LiveCodexArtifactPaths
fn clone(&self) -> LiveCodexArtifactPaths
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 LiveCodexArtifactPaths
impl RefUnwindSafe for LiveCodexArtifactPaths
impl Send for LiveCodexArtifactPaths
impl Sync for LiveCodexArtifactPaths
impl Unpin for LiveCodexArtifactPaths
impl UnsafeUnpin for LiveCodexArtifactPaths
impl UnwindSafe for LiveCodexArtifactPaths
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