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