Struct threadpool_executor::error::ExecutorError
source · pub struct ExecutorError { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for ExecutorError
impl Debug for ExecutorError
Auto Trait Implementations§
impl !RefUnwindSafe for ExecutorError
impl Send for ExecutorError
impl !Sync for ExecutorError
impl Unpin for ExecutorError
impl !UnwindSafe for ExecutorError
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