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