pub struct CommandExecWriteParams {
pub process_id: String,
pub delta_base64: Option<String>,
pub close_stdin: bool,
}Fields§
§process_id: String§delta_base64: Option<String>§close_stdin: boolTrait 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 · 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§impl Serialize for CommandExecWriteParams
impl Serialize for CommandExecWriteParams
impl Eq 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