Searched defs:BindMount (Results 1 – 4 of 4) sorted by relevance
71 pub struct BindMount { struct72 pub src: PathBuf,73 pub dst: PathBuf,74 pub writable: bool,
562 fn parse_plugin_mount_option(value: &str) -> argument::Result<BindMount> { in parse_plugin_mount_option()
143 class BindMount(object): class
19 BindMount { enumerator