pub struct UsnRecord {
pub usn: i64,
pub timestamp: Duration,
pub file_id: FileId,
pub parent_id: FileId,
pub reason: u32,
pub path: PathBuf,
}Fields§
§usn: i64§timestamp: Duration§file_id: FileId§parent_id: FileId§reason: u32§path: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for UsnRecord
impl RefUnwindSafe for UsnRecord
impl Send for UsnRecord
impl Sync for UsnRecord
impl Unpin for UsnRecord
impl UnwindSafe for UsnRecord
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