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