pub struct Scanned {
pub events: Vec<Event>,
pub notes: Notes,
}Expand description
A completed scan, with the observations every report turns into notes.
Fields§
§events: Vec<Event>§notes: NotesAuto Trait Implementations§
impl Freeze for Scanned
impl RefUnwindSafe for Scanned
impl Send for Scanned
impl Sync for Scanned
impl Unpin for Scanned
impl UnsafeUnpin for Scanned
impl UnwindSafe for Scanned
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