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