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