#[non_exhaustive]pub struct UpdatePipelineStatusInput { /* private fields */ }
Expand description
The UpdatePipelineStatusRequest
structure.
Implementations
sourceimpl UpdatePipelineStatusInput
impl UpdatePipelineStatusInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdatePipelineStatus, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdatePipelineStatus, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdatePipelineStatus
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdatePipelineStatusInput
.
Trait Implementations
sourceimpl Clone for UpdatePipelineStatusInput
impl Clone for UpdatePipelineStatusInput
sourcefn clone(&self) -> UpdatePipelineStatusInput
fn clone(&self) -> UpdatePipelineStatusInput
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 UpdatePipelineStatusInput
impl Debug for UpdatePipelineStatusInput
sourceimpl PartialEq<UpdatePipelineStatusInput> for UpdatePipelineStatusInput
impl PartialEq<UpdatePipelineStatusInput> for UpdatePipelineStatusInput
sourcefn eq(&self, other: &UpdatePipelineStatusInput) -> bool
fn eq(&self, other: &UpdatePipelineStatusInput) -> bool
impl StructuralPartialEq for UpdatePipelineStatusInput
Auto Trait Implementations
impl RefUnwindSafe for UpdatePipelineStatusInput
impl Send for UpdatePipelineStatusInput
impl Sync for UpdatePipelineStatusInput
impl Unpin for UpdatePipelineStatusInput
impl UnwindSafe for UpdatePipelineStatusInput
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