pub struct SessionStream {
pub events: Vec<EvidenceEvent>,
pub unparseable_events: usize,
}Expand description
One session-log file, classified: its events in append order plus the count of blobs that were not JSON objects at all.
Fields§
§events: Vec<EvidenceEvent>§unparseable_events: usizeAuto Trait Implementations§
impl Freeze for SessionStream
impl RefUnwindSafe for SessionStream
impl Send for SessionStream
impl Sync for SessionStream
impl Unpin for SessionStream
impl UnsafeUnpin for SessionStream
impl UnwindSafe for SessionStream
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