pub struct TokioProcess;Available on crate features
tokio and process only.Expand description
Process abstraction for tokio runtime
Trait Implementations§
Source§impl Clone for TokioProcess
impl Clone for TokioProcess
Source§fn clone(&self) -> TokioProcess
fn clone(&self) -> TokioProcess
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 TokioProcess
impl Debug for TokioProcess
Source§impl Hash for TokioProcess
impl Hash for TokioProcess
Source§impl Ord for TokioProcess
impl Ord for TokioProcess
Source§fn cmp(&self, other: &TokioProcess) -> Ordering
fn cmp(&self, other: &TokioProcess) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TokioProcess
impl PartialEq for TokioProcess
Source§impl PartialOrd for TokioProcess
impl PartialOrd for TokioProcess
Source§impl Process for TokioProcess
impl Process for TokioProcess
Source§type Stdin = ChildStdin
type Stdin = ChildStdin
The standard input (stdin) handle type.
Source§type Stdout = ChildStdout
type Stdout = ChildStdout
The standard output (stdout) handle type.
Source§type Stderr = ChildStderr
type Stderr = ChildStderr
The standard error (stderr) handle type.
impl Copy for TokioProcess
impl Eq for TokioProcess
impl StructuralPartialEq for TokioProcess
Auto Trait Implementations§
impl Freeze for TokioProcess
impl RefUnwindSafe for TokioProcess
impl Send for TokioProcess
impl Sync for TokioProcess
impl Unpin for TokioProcess
impl UnwindSafe for TokioProcess
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.