pub struct ProcessTerminalSemantics {
pub state: ProcessTerminalState,
pub await_output: ProcessAwaitOutput,
}Fields§
§state: ProcessTerminalState§await_output: ProcessAwaitOutputTrait Implementations§
Source§impl Clone for ProcessTerminalSemantics
impl Clone for ProcessTerminalSemantics
Source§fn clone(&self) -> ProcessTerminalSemantics
fn clone(&self) -> ProcessTerminalSemantics
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 ProcessTerminalSemantics
impl Debug for ProcessTerminalSemantics
Source§impl<'de> Deserialize<'de> for ProcessTerminalSemantics
impl<'de> Deserialize<'de> for ProcessTerminalSemantics
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ProcessTerminalSemantics
impl PartialEq for ProcessTerminalSemantics
Source§fn eq(&self, other: &ProcessTerminalSemantics) -> bool
fn eq(&self, other: &ProcessTerminalSemantics) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProcessTerminalSemantics
impl Serialize for ProcessTerminalSemantics
impl StructuralPartialEq for ProcessTerminalSemantics
Auto Trait Implementations§
impl Freeze for ProcessTerminalSemantics
impl RefUnwindSafe for ProcessTerminalSemantics
impl Send for ProcessTerminalSemantics
impl Sync for ProcessTerminalSemantics
impl Unpin for ProcessTerminalSemantics
impl UnsafeUnpin for ProcessTerminalSemantics
impl UnwindSafe for ProcessTerminalSemantics
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