pub enum FsKind {
Fat32,
ExFat,
Apfs,
Ext2,
Hfs,
Btrfs,
Bcachefs,
Xfs,
Fuse,
Ntfs,
F2fs,
Unknown,
}Expand description
Represents the type of a filesystem.
Variants§
Fat32
ExFat
Apfs
Ext2
Covers ext2, ext3, and ext4.
Hfs
Btrfs
Bcachefs
Xfs
Fuse
Ntfs
F2fs
Unknown
Filesystem type could not be determined.
Implementations§
Trait Implementations§
impl Copy for FsKind
impl Eq for FsKind
impl StructuralPartialEq for FsKind
Auto Trait Implementations§
impl Freeze for FsKind
impl RefUnwindSafe for FsKind
impl Send for FsKind
impl Sync for FsKind
impl Unpin for FsKind
impl UnwindSafe for FsKind
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