Enum block_utils::FilesystemType [] [src]

pub enum FilesystemType {
    Btrfs,
    Ext4,
    Xfs,
    Unknown,
}

What type of filesystem

Variants

Methods

impl FilesystemType
[src]

Trait Implementations

impl Debug for FilesystemType
[src]

Formats the value using the given formatter.