pub enum ChildOutput {
Stdout(Bytes),
Stderr(Bytes),
}Variants§
Trait Implementations§
Source§impl Debug for ChildOutput
impl Debug for ChildOutput
Source§impl PartialEq for ChildOutput
impl PartialEq for ChildOutput
Source§fn eq(&self, other: &ChildOutput) -> bool
fn eq(&self, other: &ChildOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ChildOutput
impl StructuralPartialEq for ChildOutput
Auto Trait Implementations§
impl !Freeze for ChildOutput
impl RefUnwindSafe for ChildOutput
impl Send for ChildOutput
impl Sync for ChildOutput
impl Unpin for ChildOutput
impl UnsafeUnpin for ChildOutput
impl UnwindSafe for ChildOutput
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