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