Struct forensic_rs::activity::ForensicActivity
source · pub struct ForensicActivity {
pub timestamp: i64,
pub artifact: Cow<'static, str>,
pub host: Rc<String>,
pub user: Rc<String>,
pub session_id: SessionId,
pub fields: BTreeMap<Cow<'static, str>, String>,
pub activity: ActivityType,
}Expand description
User activity of a user in a device
Fields§
§timestamp: i64§artifact: Cow<'static, str>§host: Rc<String>§user: Rc<String>§session_id: SessionId§fields: BTreeMap<Cow<'static, str>, String>§activity: ActivityTypeAuto Trait Implementations§
impl RefUnwindSafe for ForensicActivity
impl !Send for ForensicActivity
impl !Sync for ForensicActivity
impl Unpin for ForensicActivity
impl UnwindSafe for ForensicActivity
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