pub struct SpawnOutput {
pub process_id: Option<String>,
}Expand description
Background process start result.
Fields§
§process_id: Option<String>Trait Implementations§
Source§impl Clone for SpawnOutput
impl Clone for SpawnOutput
Source§fn clone(&self) -> SpawnOutput
fn clone(&self) -> SpawnOutput
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 moreSource§impl Debug for SpawnOutput
impl Debug for SpawnOutput
Source§impl Default for SpawnOutput
impl Default for SpawnOutput
Source§fn default() -> SpawnOutput
fn default() -> SpawnOutput
Returns the “default value” for a type. Read more
impl Eq for SpawnOutput
Source§impl PartialEq for SpawnOutput
impl PartialEq for SpawnOutput
Source§fn eq(&self, other: &SpawnOutput) -> bool
fn eq(&self, other: &SpawnOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SpawnOutput
Auto Trait Implementations§
impl Freeze for SpawnOutput
impl RefUnwindSafe for SpawnOutput
impl Send for SpawnOutput
impl Sync for SpawnOutput
impl Unpin for SpawnOutput
impl UnsafeUnpin for SpawnOutput
impl UnwindSafe for SpawnOutput
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.