pub struct StopExecutionOutput {
pub stop_date: f64,
}
Fields§
§stop_date: f64
The date the execution is stopped.
Trait Implementations§
Source§impl Clone for StopExecutionOutput
impl Clone for StopExecutionOutput
Source§fn clone(&self) -> StopExecutionOutput
fn clone(&self) -> StopExecutionOutput
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 StopExecutionOutput
impl Debug for StopExecutionOutput
Source§impl Default for StopExecutionOutput
impl Default for StopExecutionOutput
Source§fn default() -> StopExecutionOutput
fn default() -> StopExecutionOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StopExecutionOutput
impl<'de> Deserialize<'de> for StopExecutionOutput
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 StopExecutionOutput
impl PartialEq for StopExecutionOutput
impl StructuralPartialEq for StopExecutionOutput
Auto Trait Implementations§
impl Freeze for StopExecutionOutput
impl RefUnwindSafe for StopExecutionOutput
impl Send for StopExecutionOutput
impl Sync for StopExecutionOutput
impl Unpin for StopExecutionOutput
impl UnwindSafe for StopExecutionOutput
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