pub struct ScopedThread { /* private fields */ }Implementations§
Source§impl ScopedThread
impl ScopedThread
pub fn spawn<'scope, F>(f: F) -> ScopedThread
Trait Implementations§
Source§impl Drop for ScopedThread
impl Drop for ScopedThread
Auto Trait Implementations§
impl !RefUnwindSafe for ScopedThread
impl !UnwindSafe for ScopedThread
impl Freeze for ScopedThread
impl Send for ScopedThread
impl Sync for ScopedThread
impl Unpin for ScopedThread
impl UnsafeUnpin for ScopedThread
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