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