Enum block_utils::FilesystemType [−][src]
pub enum FilesystemType {
Btrfs,
Ext2,
Ext3,
Ext4,
Lvm,
Xfs,
Zfs,
Ntfs,
Vfat,
Unrecognised(String),
Unknown,
}Expand description
What type of filesystem
Variants
All FAT-based filesystems, i.e. VFat, Fat16, Fat32, Fat64, ExFat.
Unrecognised(String)Unknown filesystem with label (name).
Tuple Fields of Unrecognised
0: StringUnknown filesystem without label (name) or absent filesystem.
Implementations
Trait Implementations
type Err = ParseError
type Err = ParseError
The associated error which can be returned from parsing.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for FilesystemType
impl Send for FilesystemType
impl Sync for FilesystemType
impl Unpin for FilesystemType
impl UnwindSafe for FilesystemType
Blanket Implementations
Mutably borrows from an owned value. Read more