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