#[non_exhaustive]pub struct PutThirdPartyJobFailureResultOutput {}Implementations
sourceimpl PutThirdPartyJobFailureResultOutput
impl PutThirdPartyJobFailureResultOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutThirdPartyJobFailureResultOutput.
Trait Implementations
sourceimpl Clone for PutThirdPartyJobFailureResultOutput
impl Clone for PutThirdPartyJobFailureResultOutput
sourcefn clone(&self) -> PutThirdPartyJobFailureResultOutput
fn clone(&self) -> PutThirdPartyJobFailureResultOutput
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 PartialEq<PutThirdPartyJobFailureResultOutput> for PutThirdPartyJobFailureResultOutput
impl PartialEq<PutThirdPartyJobFailureResultOutput> for PutThirdPartyJobFailureResultOutput
sourcefn eq(&self, other: &PutThirdPartyJobFailureResultOutput) -> bool
fn eq(&self, other: &PutThirdPartyJobFailureResultOutput) -> bool
impl StructuralPartialEq for PutThirdPartyJobFailureResultOutput
Auto Trait Implementations
impl RefUnwindSafe for PutThirdPartyJobFailureResultOutput
impl Send for PutThirdPartyJobFailureResultOutput
impl Sync for PutThirdPartyJobFailureResultOutput
impl Unpin for PutThirdPartyJobFailureResultOutput
impl UnwindSafe for PutThirdPartyJobFailureResultOutput
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