pub struct ThreadHandle { /* private fields */ }
Expand description
Safe thread handle that ensures proper cleanup
Implementations§
Source§impl ThreadHandle
impl ThreadHandle
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ThreadHandle
impl RefUnwindSafe for ThreadHandle
impl Send for ThreadHandle
impl Sync for ThreadHandle
impl Unpin for ThreadHandle
impl UnwindSafe for ThreadHandle
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