pub struct FsLog { /* private fields */ }Expand description
Filesystem change logger.
Thread-safe append-only log of file renames and deletes. Used by the sync engine to notify clients of file movements.
Implementations§
Auto Trait Implementations§
impl !Freeze for FsLog
impl !RefUnwindSafe for FsLog
impl Send for FsLog
impl Sync for FsLog
impl Unpin for FsLog
impl UnsafeUnpin for FsLog
impl UnwindSafe for FsLog
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