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