pub struct SessionUnmounter { /* private fields */ }Expand description
A thread-safe object that can be used to unmount a Filesystem
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SessionUnmounter
impl RefUnwindSafe for SessionUnmounter
impl Send for SessionUnmounter
impl Sync for SessionUnmounter
impl Unpin for SessionUnmounter
impl UnwindSafe for SessionUnmounter
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