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