Struct git_wrapper::AbsoluteDirPath 
source · [−]pub struct AbsoluteDirPath(_);Expand description
A path which is canonicalized and exists.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AbsoluteDirPath
impl Send for AbsoluteDirPath
impl Sync for AbsoluteDirPath
impl Unpin for AbsoluteDirPath
impl UnwindSafe for AbsoluteDirPath
Blanket Implementations
Mutably borrows from an owned value. Read more