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