pub struct FreePath<'a> { /* private fields */ }Expand description
A host feature that deallocates absolute and abstract file paths.
This is only useful in conjunction with the MapPath 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 FreePath<'a>
impl<'a> RefUnwindSafe for FreePath<'a>
impl<'a> !Send for FreePath<'a>
impl<'a> !Sync for FreePath<'a>
impl<'a> Unpin for FreePath<'a>
impl<'a> UnsafeUnpin for FreePath<'a>
impl<'a> !UnwindSafe for FreePath<'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