pub struct PythonExecutionRequest {
pub process: ProcessExecutionOptions,
pub source: String,
pub inputs: Option<JsonUtf8>,
}Fields§
§process: ProcessExecutionOptions§source: String§inputs: Option<JsonUtf8>Trait Implementations§
Source§impl Clone for PythonExecutionRequest
impl Clone for PythonExecutionRequest
Source§fn clone(&self) -> PythonExecutionRequest
fn clone(&self) -> PythonExecutionRequest
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 PythonExecutionRequest
impl Debug for PythonExecutionRequest
Source§impl<'de> Deserialize<'de> for PythonExecutionRequest
impl<'de> Deserialize<'de> for PythonExecutionRequest
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 PythonExecutionRequest
Source§impl PartialEq for PythonExecutionRequest
impl PartialEq for PythonExecutionRequest
Source§impl Serialize for PythonExecutionRequest
impl Serialize for PythonExecutionRequest
impl StructuralPartialEq for PythonExecutionRequest
Auto Trait Implementations§
impl Freeze for PythonExecutionRequest
impl RefUnwindSafe for PythonExecutionRequest
impl Send for PythonExecutionRequest
impl Sync for PythonExecutionRequest
impl Unpin for PythonExecutionRequest
impl UnsafeUnpin for PythonExecutionRequest
impl UnwindSafe for PythonExecutionRequest
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