pub struct MultiThreadedExecutor { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MultiThreadedExecutor
impl RefUnwindSafe for MultiThreadedExecutor
impl Send for MultiThreadedExecutor
impl Sync for MultiThreadedExecutor
impl Unpin for MultiThreadedExecutor
impl UnwindSafe for MultiThreadedExecutor
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