#[non_exhaustive]pub struct PollForThirdPartyJobsOutput { /* private fields */ }Expand description
Represents the output of a PollForThirdPartyJobs action.
Implementations
sourceimpl PollForThirdPartyJobsOutput
impl PollForThirdPartyJobsOutput
sourcepub fn jobs(&self) -> Option<&[ThirdPartyJob]>
pub fn jobs(&self) -> Option<&[ThirdPartyJob]>
Information about the jobs to take action on.
sourceimpl PollForThirdPartyJobsOutput
impl PollForThirdPartyJobsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PollForThirdPartyJobsOutput.
Trait Implementations
sourceimpl Clone for PollForThirdPartyJobsOutput
impl Clone for PollForThirdPartyJobsOutput
sourcefn clone(&self) -> PollForThirdPartyJobsOutput
fn clone(&self) -> PollForThirdPartyJobsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PollForThirdPartyJobsOutput
impl Debug for PollForThirdPartyJobsOutput
sourceimpl PartialEq<PollForThirdPartyJobsOutput> for PollForThirdPartyJobsOutput
impl PartialEq<PollForThirdPartyJobsOutput> for PollForThirdPartyJobsOutput
sourcefn eq(&self, other: &PollForThirdPartyJobsOutput) -> bool
fn eq(&self, other: &PollForThirdPartyJobsOutput) -> bool
impl StructuralPartialEq for PollForThirdPartyJobsOutput
Auto Trait Implementations
impl RefUnwindSafe for PollForThirdPartyJobsOutput
impl Send for PollForThirdPartyJobsOutput
impl Sync for PollForThirdPartyJobsOutput
impl Unpin for PollForThirdPartyJobsOutput
impl UnwindSafe for PollForThirdPartyJobsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more