pub struct Installer { /* private fields */ }
Expand description
A thread installer that is passed to a Threadable
when installing the threads into the Runtime
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Installer
impl !RefUnwindSafe for Installer
impl Send for Installer
impl !Sync for Installer
impl Unpin for Installer
impl !UnwindSafe for Installer
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