#[non_exhaustive]pub struct CancelAutomationRunResponse { /* private fields */ }
Expand description
The response object from CancelAutomationRun
.
Implementations§
Trait Implementations§
Source§impl Clone for CancelAutomationRunResponse
impl Clone for CancelAutomationRunResponse
Source§fn clone(&self) -> CancelAutomationRunResponse
fn clone(&self) -> CancelAutomationRunResponse
Returns a duplicate 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 CancelAutomationRunResponse
impl Debug for CancelAutomationRunResponse
Source§impl Default for CancelAutomationRunResponse
impl Default for CancelAutomationRunResponse
Source§fn default() -> CancelAutomationRunResponse
fn default() -> CancelAutomationRunResponse
Returns the “default value” for a type. Read more
impl StructuralPartialEq for CancelAutomationRunResponse
Auto Trait Implementations§
impl Freeze for CancelAutomationRunResponse
impl RefUnwindSafe for CancelAutomationRunResponse
impl Send for CancelAutomationRunResponse
impl Sync for CancelAutomationRunResponse
impl Unpin for CancelAutomationRunResponse
impl UnwindSafe for CancelAutomationRunResponse
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