#[non_exhaustive]pub struct GetThirdPartyJobDetailsOutput { /* private fields */ }Expand description
Represents the output of a GetThirdPartyJobDetails action.
Implementations
sourceimpl GetThirdPartyJobDetailsOutput
impl GetThirdPartyJobDetailsOutput
sourcepub fn job_details(&self) -> Option<&ThirdPartyJobDetails>
pub fn job_details(&self) -> Option<&ThirdPartyJobDetails>
The details of the job, including any protected values defined for the job.
sourceimpl GetThirdPartyJobDetailsOutput
impl GetThirdPartyJobDetailsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetThirdPartyJobDetailsOutput.
Trait Implementations
sourceimpl Clone for GetThirdPartyJobDetailsOutput
impl Clone for GetThirdPartyJobDetailsOutput
sourcefn clone(&self) -> GetThirdPartyJobDetailsOutput
fn clone(&self) -> GetThirdPartyJobDetailsOutput
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 GetThirdPartyJobDetailsOutput
impl Debug for GetThirdPartyJobDetailsOutput
sourceimpl PartialEq<GetThirdPartyJobDetailsOutput> for GetThirdPartyJobDetailsOutput
impl PartialEq<GetThirdPartyJobDetailsOutput> for GetThirdPartyJobDetailsOutput
sourcefn eq(&self, other: &GetThirdPartyJobDetailsOutput) -> bool
fn eq(&self, other: &GetThirdPartyJobDetailsOutput) -> bool
impl StructuralPartialEq for GetThirdPartyJobDetailsOutput
Auto Trait Implementations
impl RefUnwindSafe for GetThirdPartyJobDetailsOutput
impl Send for GetThirdPartyJobDetailsOutput
impl Sync for GetThirdPartyJobDetailsOutput
impl Unpin for GetThirdPartyJobDetailsOutput
impl UnwindSafe for GetThirdPartyJobDetailsOutput
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