pub struct ShellAdapter;Expand description
Built-in adapter that executes local shell commands inside the run boundary.
Trait Implementations§
Source§impl Clone for ShellAdapter
impl Clone for ShellAdapter
Source§fn clone(&self) -> ShellAdapter
fn clone(&self) -> ShellAdapter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ShellAdapter
impl RefUnwindSafe for ShellAdapter
impl Send for ShellAdapter
impl Sync for ShellAdapter
impl Unpin for ShellAdapter
impl UnsafeUnpin for ShellAdapter
impl UnwindSafe for ShellAdapter
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