pub struct PlatformExecutor { /* private fields */ }Expand description
Platform-specific process executor
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlatformExecutor
impl RefUnwindSafe for PlatformExecutor
impl Send for PlatformExecutor
impl Sync for PlatformExecutor
impl Unpin for PlatformExecutor
impl UnsafeUnpin for PlatformExecutor
impl UnwindSafe for PlatformExecutor
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