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