Struct mnt::MountEntry [] [src]

pub struct MountEntry {
    pub spec: String,
    pub file: PathBuf,
    pub vfstype: String,
    pub mntops: Vec<MntOps>,
    pub freq: DumpField,
    pub passno: PassField,
}

Fields

spec
file
vfstype
mntops
freq
passno

Trait Implementations

impl FromStr for MountEntry

type Err = LineError

fn from_str(line: &str) -> Result<MountEntry, LineError>

impl Debug for MountEntry

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

impl PartialOrd for MountEntry

fn partial_cmp(&self, other: &MountEntry) -> Option<Ordering>

fn lt(&self, other: &Rhs) -> bool

fn le(&self, other: &Rhs) -> bool

fn gt(&self, other: &Rhs) -> bool

fn ge(&self, other: &Rhs) -> bool

impl Ord for MountEntry

fn cmp(&self, other: &MountEntry) -> Ordering

Derived Implementations

impl Eq for MountEntry

impl PartialEq for MountEntry

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

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

impl Clone for MountEntry

fn clone(&self) -> MountEntry

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