Struct aws_sdk_iot::output::CancelAuditTaskOutput
source · #[non_exhaustive]pub struct CancelAuditTaskOutput {}
Implementations§
source§impl CancelAuditTaskOutput
impl CancelAuditTaskOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CancelAuditTaskOutput
.
Trait Implementations§
source§impl Clone for CancelAuditTaskOutput
impl Clone for CancelAuditTaskOutput
source§fn clone(&self) -> CancelAuditTaskOutput
fn clone(&self) -> CancelAuditTaskOutput
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 CancelAuditTaskOutput
impl Debug for CancelAuditTaskOutput
source§impl PartialEq<CancelAuditTaskOutput> for CancelAuditTaskOutput
impl PartialEq<CancelAuditTaskOutput> for CancelAuditTaskOutput
source§fn eq(&self, other: &CancelAuditTaskOutput) -> bool
fn eq(&self, other: &CancelAuditTaskOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.