pub struct FileModEntry {
pub agent_id: String,
pub run_id: String,
pub correlation_id: String,
pub timestamp_ms: u64,
}Expand description
A single recorded file modification.
Fields§
§agent_id: String§run_id: String§correlation_id: String§timestamp_ms: u64Trait Implementations§
Source§impl Clone for FileModEntry
impl Clone for FileModEntry
Source§fn clone(&self) -> FileModEntry
fn clone(&self) -> FileModEntry
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 moreAuto Trait Implementations§
impl Freeze for FileModEntry
impl RefUnwindSafe for FileModEntry
impl Send for FileModEntry
impl Sync for FileModEntry
impl Unpin for FileModEntry
impl UnsafeUnpin for FileModEntry
impl UnwindSafe for FileModEntry
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