pub struct RunShell {
pub root: PathBuf,
pub timeout: Duration,
pub max_output_bytes: usize,
}Fields§
§root: PathBuf§timeout: Duration§max_output_bytes: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RunShell
impl RefUnwindSafe for RunShell
impl Send for RunShell
impl Sync for RunShell
impl Unpin for RunShell
impl UnsafeUnpin for RunShell
impl UnwindSafe for RunShell
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