pub struct HostExecutor {
pub working_directory: PathBuf,
}Fields§
§working_directory: PathBufAuto Trait Implementations§
impl Freeze for HostExecutor
impl RefUnwindSafe for HostExecutor
impl Send for HostExecutor
impl Sync for HostExecutor
impl Unpin for HostExecutor
impl UnwindSafe for HostExecutor
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