pub struct FileMount {
pub virtual_path: String,
pub host_path: PathBuf,
pub writable: bool,
}Fields§
§virtual_path: String§host_path: PathBuf§writable: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileMount
impl RefUnwindSafe for FileMount
impl Send for FileMount
impl Sync for FileMount
impl Unpin for FileMount
impl UnsafeUnpin for FileMount
impl UnwindSafe for FileMount
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more