pub enum PathArg {
AbsolutePath(AbsolutePath),
RelativePath(RelativePath),
}Expand description
“path-arg”.
Variants§
AbsolutePath(AbsolutePath)
RelativePath(RelativePath)
Trait Implementations§
impl StructuralPartialEq for PathArg
Auto Trait Implementations§
impl Freeze for PathArg
impl RefUnwindSafe for PathArg
impl Send for PathArg
impl Sync for PathArg
impl Unpin for PathArg
impl UnwindSafe for PathArg
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