pub struct ExecutorError { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for ExecutorError
impl Debug for ExecutorError
Auto Trait Implementations§
impl Freeze for ExecutorError
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