pub struct StdinClosedResponse {
pub process_id: String,
}Fields§
§process_id: StringTrait Implementations§
Source§impl Clone for StdinClosedResponse
impl Clone for StdinClosedResponse
Source§fn clone(&self) -> StdinClosedResponse
fn clone(&self) -> StdinClosedResponse
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 StdinClosedResponse
impl Debug for StdinClosedResponse
Source§impl<'de> Deserialize<'de> for StdinClosedResponse
impl<'de> Deserialize<'de> for StdinClosedResponse
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
impl Eq for StdinClosedResponse
Source§impl Hash for StdinClosedResponse
impl Hash for StdinClosedResponse
Source§impl PartialEq for StdinClosedResponse
impl PartialEq for StdinClosedResponse
Source§fn eq(&self, other: &StdinClosedResponse) -> bool
fn eq(&self, other: &StdinClosedResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for StdinClosedResponse
impl Serialize for StdinClosedResponse
impl StructuralPartialEq for StdinClosedResponse
Auto Trait Implementations§
impl Freeze for StdinClosedResponse
impl RefUnwindSafe for StdinClosedResponse
impl Send for StdinClosedResponse
impl Sync for StdinClosedResponse
impl Unpin for StdinClosedResponse
impl UnsafeUnpin for StdinClosedResponse
impl UnwindSafe for StdinClosedResponse
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