Enum mnt::MountParam [] [src]

pub enum MountParam<'a> {
    Spec(&'a str),
    File(&'a Path),
    VfsType(&'a str),
    MntOps(&'a MntOps),
    Freq(&'a DumpField),
    PassNo(&'a PassField),
}

Variants

Trait Implementations

impl<'a> Clone for MountParam<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for MountParam<'a>
[src]

[src]

Formats the value using the given formatter.