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