pub struct MapPath<'a> { /* private fields */ }Expand description
A host feature that maps absolute file paths to and from abstract file paths.
This is only useful in conjunction with the FreePath and MakePath features. Therefore, the interface of this feature is private and only exposed by a PathManager, which is constructed from these three host features.
Please take a look at the module documentation for a usage example.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for MapPath<'a>
impl<'a> RefUnwindSafe for MapPath<'a>
impl<'a> !Send for MapPath<'a>
impl<'a> !Sync for MapPath<'a>
impl<'a> Unpin for MapPath<'a>
impl<'a> UnsafeUnpin for MapPath<'a>
impl<'a> !UnwindSafe for MapPath<'a>
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