pub struct AutomationsCancelRunParams {
pub run_id: AutomationRunId,
pub reason: Option<String>,
}Fields§
§run_id: AutomationRunId§reason: Option<String>Trait Implementations§
Source§impl Clone for AutomationsCancelRunParams
impl Clone for AutomationsCancelRunParams
Source§fn clone(&self) -> AutomationsCancelRunParams
fn clone(&self) -> AutomationsCancelRunParams
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 AutomationsCancelRunParams
impl Debug for AutomationsCancelRunParams
Source§impl<'de> Deserialize<'de> for AutomationsCancelRunParams
impl<'de> Deserialize<'de> for AutomationsCancelRunParams
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 AutomationsCancelRunParams
impl RefUnwindSafe for AutomationsCancelRunParams
impl Send for AutomationsCancelRunParams
impl Sync for AutomationsCancelRunParams
impl Unpin for AutomationsCancelRunParams
impl UnsafeUnpin for AutomationsCancelRunParams
impl UnwindSafe for AutomationsCancelRunParams
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