pub struct RunInTerminalResponseBody {
pub process_id: Option<f64>,
pub shell_process_id: Option<f64>,
}
Fields§
§process_id: Option<f64>
The process ID.
shell_process_id: Option<f64>
The process ID of the terminal shell.
Trait Implementations§
Source§impl Clone for RunInTerminalResponseBody
impl Clone for RunInTerminalResponseBody
Source§fn clone(&self) -> RunInTerminalResponseBody
fn clone(&self) -> RunInTerminalResponseBody
Returns a copy 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 RunInTerminalResponseBody
impl Debug for RunInTerminalResponseBody
Source§impl Default for RunInTerminalResponseBody
impl Default for RunInTerminalResponseBody
Source§fn default() -> RunInTerminalResponseBody
fn default() -> RunInTerminalResponseBody
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RunInTerminalResponseBody
impl<'de> Deserialize<'de> for RunInTerminalResponseBody
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 StructuralPartialEq for RunInTerminalResponseBody
Auto Trait Implementations§
impl Freeze for RunInTerminalResponseBody
impl RefUnwindSafe for RunInTerminalResponseBody
impl Send for RunInTerminalResponseBody
impl Sync for RunInTerminalResponseBody
impl Unpin for RunInTerminalResponseBody
impl UnwindSafe for RunInTerminalResponseBody
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