pub struct CaptureOpts {
pub capture_stderr: bool,
pub timeout_secs: u64,
}Fields§
§capture_stderr: bool§timeout_secs: u64Trait Implementations§
Source§impl Clone for CaptureOpts
impl Clone for CaptureOpts
Source§fn clone(&self) -> CaptureOpts
fn clone(&self) -> CaptureOpts
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 moreSource§impl Debug for CaptureOpts
impl Debug for CaptureOpts
Source§impl Default for CaptureOpts
impl Default for CaptureOpts
Source§fn default() -> CaptureOpts
fn default() -> CaptureOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CaptureOpts
impl RefUnwindSafe for CaptureOpts
impl Send for CaptureOpts
impl Sync for CaptureOpts
impl Unpin for CaptureOpts
impl UnsafeUnpin for CaptureOpts
impl UnwindSafe for CaptureOpts
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