pub struct FsHandle(/* private fields */);Expand description
A join handle for the filesystem thread
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FsHandle
impl !RefUnwindSafe for FsHandle
impl Send for FsHandle
impl Sync for FsHandle
impl Unpin for FsHandle
impl !UnwindSafe for FsHandle
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