pub struct Installer { /* private fields */ }Expand description
A thread installer that is passed to a Threadable when installing the threads into the Runtime
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Installer
impl Send for Installer
impl !Sync for Installer
impl Unpin for Installer
impl !UnwindSafe for Installer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more