Enum std::fs::FileType
Re-export from std::fs::unix::FileType
Type of the file (regular file, symlink, directory, ...)
Variants
-
Fifo
-
CharacterDevice
-
Directory
-
BlockDevice
-
Regular
-
Link
-
Socket
-
Unknown
Methods
impl FileType { ... }
Mixins
impl FileType { ... }
-
-
Returns
false
if arguments are equal,true
otherwise