pub struct PathMap { /* private fields */ }Expand description
Bidirectional mapping between host filesystem paths and DAG node hashes.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PathMap
impl RefUnwindSafe for PathMap
impl Send for PathMap
impl Sync for PathMap
impl Unpin for PathMap
impl UnsafeUnpin for PathMap
impl UnwindSafe for PathMap
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