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