pub struct Relative;
Expand description
A strictly relative path.
The path is not guaranteed to be normalized. It may contain unresolved symlinks,
trailing slashes, dot components (..
or .
), and repeated path separators.
Trait Implementations§
impl MaybeRelative for Relative
impl PathCast<Any> for Relative
impl PathForm for Relative
impl PathSet for Relative
Auto Trait Implementations§
impl Freeze for Relative
impl RefUnwindSafe for Relative
impl Send for Relative
impl Sync for Relative
impl Unpin for Relative
impl UnwindSafe for Relative
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