pub struct CaptureOutputOpts {
pub output_root: PathBuf,
pub prune_empty: bool,
pub prune_output_root: Option<PathBuf>,
}Fields§
§output_root: PathBuf§prune_empty: bool§prune_output_root: Option<PathBuf>Implementations§
Trait Implementations§
Source§impl Clone for CaptureOutputOpts
impl Clone for CaptureOutputOpts
Source§fn clone(&self) -> CaptureOutputOpts
fn clone(&self) -> CaptureOutputOpts
Returns a duplicate of the value. Read more
1.0.0 · 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 CaptureOutputOpts
impl Debug for CaptureOutputOpts
Source§impl From<&CaptureOutputArgs> for CaptureOutputOpts
impl From<&CaptureOutputArgs> for CaptureOutputOpts
Source§fn from(args: &CaptureOutputArgs) -> Self
fn from(args: &CaptureOutputArgs) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CaptureOutputOpts
impl RefUnwindSafe for CaptureOutputOpts
impl Send for CaptureOutputOpts
impl Sync for CaptureOutputOpts
impl Unpin for CaptureOutputOpts
impl UnwindSafe for CaptureOutputOpts
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