pub struct Any;
Expand description
A path whose form is unknown. It could be a relative, absolute, or canonical 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 MaybeAbsolute for Any
impl MaybeRelative for Any
impl PathCast<Any> for Absolute
impl PathCast<Any> for Canonical
impl PathCast<Any> for Relative
impl PathForm for Any
impl PathPush for Any
impl PathSet for Any
Auto Trait Implementations§
impl Freeze for Any
impl RefUnwindSafe for Any
impl Send for Any
impl Sync for Any
impl Unpin for Any
impl UnwindSafe for Any
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