pub struct ParsedSession {
pub session: SessionMetadata,
pub events: Vec<ParsedEvent>,
}Fields§
§session: SessionMetadata§events: Vec<ParsedEvent>Trait Implementations§
Source§impl Clone for ParsedSession
impl Clone for ParsedSession
Source§fn clone(&self) -> ParsedSession
fn clone(&self) -> ParsedSession
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParsedSession
impl Debug for ParsedSession
Source§impl PartialEq for ParsedSession
impl PartialEq for ParsedSession
impl Eq for ParsedSession
impl StructuralPartialEq for ParsedSession
Auto Trait Implementations§
impl Freeze for ParsedSession
impl RefUnwindSafe for ParsedSession
impl Send for ParsedSession
impl Sync for ParsedSession
impl Unpin for ParsedSession
impl UnsafeUnpin for ParsedSession
impl UnwindSafe for ParsedSession
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