pub struct AutomationFailed {
pub run: AutomationRunSummary,
pub error: String,
pub timestamp: OffsetDateTime,
}Fields§
§run: AutomationRunSummary§error: String§timestamp: OffsetDateTimeTrait Implementations§
Source§impl Clone for AutomationFailed
impl Clone for AutomationFailed
Source§fn clone(&self) -> AutomationFailed
fn clone(&self) -> AutomationFailed
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 AutomationFailed
impl Debug for AutomationFailed
Source§impl<'de> Deserialize<'de> for AutomationFailed
impl<'de> Deserialize<'de> for AutomationFailed
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 AutomationFailed
Source§impl PartialEq for AutomationFailed
impl PartialEq for AutomationFailed
Source§fn eq(&self, other: &AutomationFailed) -> bool
fn eq(&self, other: &AutomationFailed) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AutomationFailed
impl Serialize for AutomationFailed
impl StructuralPartialEq for AutomationFailed
Auto Trait Implementations§
impl Freeze for AutomationFailed
impl RefUnwindSafe for AutomationFailed
impl Send for AutomationFailed
impl Sync for AutomationFailed
impl Unpin for AutomationFailed
impl UnsafeUnpin for AutomationFailed
impl UnwindSafe for AutomationFailed
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.