Struct aws_sdk_codepipeline::output::AcknowledgeJobOutput
source · [−]#[non_exhaustive]pub struct AcknowledgeJobOutput { /* private fields */ }
Expand description
Represents the output of an AcknowledgeJob action.
Implementations
sourceimpl AcknowledgeJobOutput
impl AcknowledgeJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AcknowledgeJobOutput
.
Trait Implementations
sourceimpl Clone for AcknowledgeJobOutput
impl Clone for AcknowledgeJobOutput
sourcefn clone(&self) -> AcknowledgeJobOutput
fn clone(&self) -> AcknowledgeJobOutput
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 AcknowledgeJobOutput
impl Debug for AcknowledgeJobOutput
sourceimpl PartialEq<AcknowledgeJobOutput> for AcknowledgeJobOutput
impl PartialEq<AcknowledgeJobOutput> for AcknowledgeJobOutput
sourcefn eq(&self, other: &AcknowledgeJobOutput) -> bool
fn eq(&self, other: &AcknowledgeJobOutput) -> bool
impl StructuralPartialEq for AcknowledgeJobOutput
Auto Trait Implementations
impl RefUnwindSafe for AcknowledgeJobOutput
impl Send for AcknowledgeJobOutput
impl Sync for AcknowledgeJobOutput
impl Unpin for AcknowledgeJobOutput
impl UnwindSafe for AcknowledgeJobOutput
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