pub struct AutomationRunNotification {
pub run: AutomationRunSummary,
}Fields§
§run: AutomationRunSummaryTrait Implementations§
Source§impl Clone for AutomationRunNotification
impl Clone for AutomationRunNotification
Source§fn clone(&self) -> AutomationRunNotification
fn clone(&self) -> AutomationRunNotification
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 AutomationRunNotification
impl Debug for AutomationRunNotification
Source§impl<'de> Deserialize<'de> for AutomationRunNotification
impl<'de> Deserialize<'de> for AutomationRunNotification
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
Auto Trait Implementations§
impl Freeze for AutomationRunNotification
impl RefUnwindSafe for AutomationRunNotification
impl Send for AutomationRunNotification
impl Sync for AutomationRunNotification
impl Unpin for AutomationRunNotification
impl UnsafeUnpin for AutomationRunNotification
impl UnwindSafe for AutomationRunNotification
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