pub struct RelDirPath(/* private fields */);
Auto Trait Implementations§
impl Freeze for RelDirPath
impl RefUnwindSafe for RelDirPath
impl Send for RelDirPath
impl Sync for RelDirPath
impl Unpin for RelDirPath
impl UnwindSafe for RelDirPath
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