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