pub struct LogResult {
pub transcript_path: Option<String>,
pub machine_id: String,
pub session_id: String,
}Expand description
Result of running the log command.
Fields§
§transcript_path: Option<String>Transcript path to scan, if available
machine_id: StringMachine ID for transcript parsing
session_id: StringSession ID for potential backfill operations
Auto Trait Implementations§
impl Freeze for LogResult
impl RefUnwindSafe for LogResult
impl Send for LogResult
impl Sync for LogResult
impl Unpin for LogResult
impl UnwindSafe for LogResult
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