pub struct Absolute;
Expand description
An absolute 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 IsAbsolute for Absolute
impl MaybeAbsolute for Absolute
impl PathCast<Absolute> for Canonical
impl PathCast<Any> for Absolute
impl PathForm for Absolute
impl PathPush for Absolute
impl PathSet for Absolute
Auto Trait Implementations§
impl Freeze for Absolute
impl RefUnwindSafe for Absolute
impl Send for Absolute
impl Sync for Absolute
impl Unpin for Absolute
impl UnwindSafe for Absolute
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