pub enum OutputSource {
Stdout,
Stderr,
}Expand description
Indicate the source of ChildEvent::Output
Variants§
Trait Implementations§
Source§impl Clone for OutputSource
impl Clone for OutputSource
Source§fn clone(&self) -> OutputSource
fn clone(&self) -> OutputSource
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 OutputSource
impl Debug for OutputSource
impl Copy for OutputSource
Auto Trait Implementations§
impl Freeze for OutputSource
impl RefUnwindSafe for OutputSource
impl Send for OutputSource
impl Sync for OutputSource
impl Unpin for OutputSource
impl UnwindSafe for OutputSource
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