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