Enum block_utils::FilesystemType
[−]
[src]
pub enum FilesystemType {
Btrfs,
Ext2,
Ext3,
Ext4,
Xfs,
Zfs,
Unknown,
}What type of filesystem
Variants
BtrfsExt2Ext3Ext4XfsZfsUnknown
Methods
impl FilesystemType[src]
fn from_str(fs_type: &str) -> FilesystemType[src]
fn to_str(&self) -> &str[src]
fn to_string(&self) -> String[src]
Trait Implementations
impl Clone for FilesystemType[src]
fn clone(&self) -> FilesystemType[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more