Enum mnt::LineError [] [src]

pub enum LineError {
    MissingSpec,
    MissingFile,
    InvalidFilePath(String),
    InvalidFile(String),
    MissingVfstype,
    MissingMntops,
    MissingFreq,
    InvalidFreq(String),
    MissingPassno,
    InvalidPassno(String),
}

Variants

MissingSpec
MissingFile
InvalidFilePath
InvalidFile
MissingVfstype
MissingMntops
MissingFreq
InvalidFreq
MissingPassno
InvalidPassno

Trait Implementations

impl Display for LineError

fn fmt(&self, out: &mut Formatter) -> Result

Derived Implementations

impl Eq for LineError

impl PartialEq for LineError

fn eq(&self, __arg_0: &LineError) -> bool

fn ne(&self, __arg_0: &LineError) -> bool

impl Debug for LineError

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for LineError

fn clone(&self) -> LineError

fn clone_from(&mut self, source: &Self)