Struct stemjail::jail::BindMount [] [src]

pub struct BindMount {
    // some fields omitted
}

Methods

impl BindMount

fn new(source: PathBuf, destination: PathBuf) -> BindMount

fn writable(self, writable: bool) -> BindMount

fn from_parent(self, from_parent: bool) -> BindMount

Trait Implementations

impl Into<AccessData> for BindMount

fn into(self) -> AccessData

impl<'a> Into<AccessData> for &'a BindMount

fn into(self) -> AccessData

Derived Implementations

impl PartialEq for BindMount

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

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

impl Clone for BindMount

fn clone(&self) -> BindMount

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

impl Debug for BindMount

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