Struct aws_sdk_ssm::operation::cancel_command::CancelCommandOutput
source · #[non_exhaustive]pub struct CancelCommandOutput { /* private fields */ }
Expand description
Whether or not the command was successfully canceled. There is no guarantee that a request can be canceled.
Implementations§
source§impl CancelCommandOutput
impl CancelCommandOutput
sourcepub fn builder() -> CancelCommandOutputBuilder
pub fn builder() -> CancelCommandOutputBuilder
Creates a new builder-style object to manufacture CancelCommandOutput
.
Trait Implementations§
source§impl Clone for CancelCommandOutput
impl Clone for CancelCommandOutput
source§fn clone(&self) -> CancelCommandOutput
fn clone(&self) -> CancelCommandOutput
Returns a copy 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 CancelCommandOutput
impl Debug for CancelCommandOutput
source§impl PartialEq for CancelCommandOutput
impl PartialEq for CancelCommandOutput
source§fn eq(&self, other: &CancelCommandOutput) -> bool
fn eq(&self, other: &CancelCommandOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CancelCommandOutput
impl RequestId for CancelCommandOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for CancelCommandOutput
Auto Trait Implementations§
impl RefUnwindSafe for CancelCommandOutput
impl Send for CancelCommandOutput
impl Sync for CancelCommandOutput
impl Unpin for CancelCommandOutput
impl UnwindSafe for CancelCommandOutput
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> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.