pub enum CommandStream {
Stdout,
Stderr,
}Expand description
One byte stream emitted by a sandboxed command.
Variants§
Trait Implementations§
Source§impl Clone for CommandStream
impl Clone for CommandStream
Source§fn clone(&self) -> CommandStream
fn clone(&self) -> CommandStream
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CommandStream
Source§impl Debug for CommandStream
impl Debug for CommandStream
impl Eq for CommandStream
Source§impl PartialEq for CommandStream
impl PartialEq for CommandStream
impl StructuralPartialEq for CommandStream
Auto Trait Implementations§
impl Freeze for CommandStream
impl RefUnwindSafe for CommandStream
impl Send for CommandStream
impl Sync for CommandStream
impl Unpin for CommandStream
impl UnsafeUnpin for CommandStream
impl UnwindSafe for CommandStream
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