pub enum ArgPath {
File(PathBuf),
Folder(PathBuf),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArgPath
impl RefUnwindSafe for ArgPath
impl Send for ArgPath
impl Sync for ArgPath
impl Unpin for ArgPath
impl UnwindSafe for ArgPath
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