Struct stemjail::jail::BindMount
[−]
[src]
pub struct BindMount {
// some fields omitted
}pub struct BindMount {
// some fields omitted
}impl BindMountfn new(source: PathBuf, destination: PathBuf) -> BindMountfn writable(self, writable: bool) -> BindMountfn from_parent(self, from_parent: bool) -> BindMountimpl Into<AccessData> for BindMountfn into(self) -> AccessDataimpl<'a> Into<AccessData> for &'a BindMountfn into(self) -> AccessDataimpl PartialEq for BindMountimpl Clone for BindMountfn clone(&self) -> BindMountfn clone_from(&mut self, source: &Self)impl Debug for BindMount