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