pub struct TrackedPaths { /* private fields */ }Expand description
Manages the .side-tracked file.
Implementations§
Auto Trait Implementations§
impl Freeze for TrackedPaths
impl RefUnwindSafe for TrackedPaths
impl Send for TrackedPaths
impl Sync for TrackedPaths
impl Unpin for TrackedPaths
impl UnsafeUnpin for TrackedPaths
impl UnwindSafe for TrackedPaths
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