Enum nails::execution::ChildOutput
source · [−]Variants
Stdout(Bytes)
Stderr(Bytes)
Trait Implementations
sourceimpl Debug for ChildOutput
impl Debug for ChildOutput
sourceimpl PartialEq<ChildOutput> for ChildOutput
impl PartialEq<ChildOutput> for ChildOutput
sourcefn eq(&self, other: &ChildOutput) -> bool
fn eq(&self, other: &ChildOutput) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ChildOutput) -> bool
fn ne(&self, other: &ChildOutput) -> bool
This method tests for !=
.
impl Eq for ChildOutput
impl StructuralEq for ChildOutput
impl StructuralPartialEq for ChildOutput
Auto Trait Implementations
impl RefUnwindSafe for ChildOutput
impl Send for ChildOutput
impl Sync for ChildOutput
impl Unpin for ChildOutput
impl UnwindSafe for ChildOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more