pub enum AvailableCaptures {
Stdout,
Stderr,
Both,
None,
}Variants§
Implementations§
Source§impl AvailableCaptures
impl AvailableCaptures
pub fn from_output(output: &Output) -> Self
Trait Implementations§
Source§impl Clone for AvailableCaptures
impl Clone for AvailableCaptures
Source§fn clone(&self) -> AvailableCaptures
fn clone(&self) -> AvailableCaptures
Returns a copy 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 AvailableCaptures
impl Debug for AvailableCaptures
impl Copy for AvailableCaptures
Auto Trait Implementations§
impl Freeze for AvailableCaptures
impl RefUnwindSafe for AvailableCaptures
impl Send for AvailableCaptures
impl Sync for AvailableCaptures
impl Unpin for AvailableCaptures
impl UnwindSafe for AvailableCaptures
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