pub enum FsKind {
Fat32,
ExFat,
Apfs,
Ext2,
Hfs,
Btrfs,
Bcachefs,
Xfs,
Fuse,
Ntfs,
F2fs,
Unknown(Magic),
}Variants§
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