pub struct MountHandle {
pub mountpoint: PathBuf,
pub env_id: ContentHash,
pub state: MountState,
}Expand description
Handle to a mounted filesystem.
Fields§
§mountpoint: PathBuf§env_id: ContentHash§state: MountStateAuto Trait Implementations§
impl Freeze for MountHandle
impl RefUnwindSafe for MountHandle
impl Send for MountHandle
impl Sync for MountHandle
impl Unpin for MountHandle
impl UnsafeUnpin for MountHandle
impl UnwindSafe for MountHandle
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