pub struct EmptyExecutor;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmptyExecutor
impl RefUnwindSafe for EmptyExecutor
impl Send for EmptyExecutor
impl Sync for EmptyExecutor
impl Unpin for EmptyExecutor
impl UnwindSafe for EmptyExecutor
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