pub enum FsFileKind {
Directory,
File,
Link,
}
Variants§
Trait Implementations§
Source§impl From<FileType> for FsFileKind
impl From<FileType> for FsFileKind
Auto Trait Implementations§
impl Freeze for FsFileKind
impl RefUnwindSafe for FsFileKind
impl Send for FsFileKind
impl Sync for FsFileKind
impl Unpin for FsFileKind
impl UnwindSafe for FsFileKind
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