pub struct Exec<F, A, R>{ /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<F, A, R> Freeze for Exec<F, A, R>where
F: Freeze,
impl<F, A, R> RefUnwindSafe for Exec<F, A, R>where
F: RefUnwindSafe,
A: RefUnwindSafe,
impl<F, A, R> Send for Exec<F, A, R>
impl<F, A, R> Sync for Exec<F, A, R>
impl<F, A, R> Unpin for Exec<F, A, R>
impl<F, A, R> UnsafeUnpin for Exec<F, A, R>where
F: UnsafeUnpin,
impl<F, A, R> UnwindSafe for Exec<F, A, R>where
F: UnwindSafe,
A: UnwindSafe,
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