pub struct AbsoluteDirPath(/* private fields */);
Expand description
A path which is canonicalized and exists.
Trait Implementations§
Source§impl AsRef<OsStr> for AbsoluteDirPath
impl AsRef<OsStr> for AbsoluteDirPath
Source§impl Clone for AbsoluteDirPath
impl Clone for AbsoluteDirPath
Source§fn clone(&self) -> AbsoluteDirPath
fn clone(&self) -> AbsoluteDirPath
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AbsoluteDirPath
impl Debug for AbsoluteDirPath
Auto Trait Implementations§
impl Freeze for AbsoluteDirPath
impl RefUnwindSafe for AbsoluteDirPath
impl Send for AbsoluteDirPath
impl Sync for AbsoluteDirPath
impl Unpin for AbsoluteDirPath
impl UnwindSafe for AbsoluteDirPath
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