pub struct LiveGrokArtifactPaths {
pub html: PathBuf,
pub raw: PathBuf,
pub sequence: PathBuf,
pub chat: PathBuf,
}Expand description
Paths written by the live driver.
Fields§
§html: PathBufHTML review.
raw: PathBufRaw wire dump.
sequence: PathBufEvent sequence summary.
chat: PathBufChat projection plain text.
Trait Implementations§
Source§impl Clone for LiveGrokArtifactPaths
impl Clone for LiveGrokArtifactPaths
Source§fn clone(&self) -> LiveGrokArtifactPaths
fn clone(&self) -> LiveGrokArtifactPaths
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 LiveGrokArtifactPaths
impl RefUnwindSafe for LiveGrokArtifactPaths
impl Send for LiveGrokArtifactPaths
impl Sync for LiveGrokArtifactPaths
impl Unpin for LiveGrokArtifactPaths
impl UnsafeUnpin for LiveGrokArtifactPaths
impl UnwindSafe for LiveGrokArtifactPaths
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