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