pub struct ExecuteLocalSampleCalculatorResponse {
pub result: Option<f64>,
}Fields§
§result: Option<f64>The result.
Implementations§
Trait Implementations§
Source§impl Clone for ExecuteLocalSampleCalculatorResponse
impl Clone for ExecuteLocalSampleCalculatorResponse
Source§fn clone(&self) -> ExecuteLocalSampleCalculatorResponse
fn clone(&self) -> ExecuteLocalSampleCalculatorResponse
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 Default for ExecuteLocalSampleCalculatorResponse
impl Default for ExecuteLocalSampleCalculatorResponse
Source§fn default() -> ExecuteLocalSampleCalculatorResponse
fn default() -> ExecuteLocalSampleCalculatorResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExecuteLocalSampleCalculatorResponse
impl<'de> Deserialize<'de> for ExecuteLocalSampleCalculatorResponse
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 ExecuteLocalSampleCalculatorResponse
impl PartialEq for ExecuteLocalSampleCalculatorResponse
Source§fn eq(&self, other: &ExecuteLocalSampleCalculatorResponse) -> bool
fn eq(&self, other: &ExecuteLocalSampleCalculatorResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExecuteLocalSampleCalculatorResponse
Auto Trait Implementations§
impl Freeze for ExecuteLocalSampleCalculatorResponse
impl RefUnwindSafe for ExecuteLocalSampleCalculatorResponse
impl Send for ExecuteLocalSampleCalculatorResponse
impl Sync for ExecuteLocalSampleCalculatorResponse
impl Unpin for ExecuteLocalSampleCalculatorResponse
impl UnsafeUnpin for ExecuteLocalSampleCalculatorResponse
impl UnwindSafe for ExecuteLocalSampleCalculatorResponse
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