Struct aws_sdk_ssm::output::StopAutomationExecutionOutput
source · [−]#[non_exhaustive]pub struct StopAutomationExecutionOutput {}
Implementations
sourceimpl StopAutomationExecutionOutput
impl StopAutomationExecutionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopAutomationExecutionOutput
.
Trait Implementations
sourceimpl Clone for StopAutomationExecutionOutput
impl Clone for StopAutomationExecutionOutput
sourcefn clone(&self) -> StopAutomationExecutionOutput
fn clone(&self) -> StopAutomationExecutionOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for StopAutomationExecutionOutput
impl Debug for StopAutomationExecutionOutput
sourceimpl PartialEq<StopAutomationExecutionOutput> for StopAutomationExecutionOutput
impl PartialEq<StopAutomationExecutionOutput> for StopAutomationExecutionOutput
sourcefn eq(&self, other: &StopAutomationExecutionOutput) -> bool
fn eq(&self, other: &StopAutomationExecutionOutput) -> bool
impl StructuralPartialEq for StopAutomationExecutionOutput
Auto Trait Implementations
impl RefUnwindSafe for StopAutomationExecutionOutput
impl Send for StopAutomationExecutionOutput
impl Sync for StopAutomationExecutionOutput
impl Unpin for StopAutomationExecutionOutput
impl UnwindSafe for StopAutomationExecutionOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more