#[non_exhaustive]pub struct SetTaskStatusOutput { /* private fields */ }
Expand description
Contains the output of SetTaskStatus.
Implementations§
source§impl SetTaskStatusOutput
impl SetTaskStatusOutput
sourcepub fn builder() -> SetTaskStatusOutputBuilder
pub fn builder() -> SetTaskStatusOutputBuilder
Creates a new builder-style object to manufacture SetTaskStatusOutput
.
Trait Implementations§
source§impl Clone for SetTaskStatusOutput
impl Clone for SetTaskStatusOutput
source§fn clone(&self) -> SetTaskStatusOutput
fn clone(&self) -> SetTaskStatusOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SetTaskStatusOutput
impl Debug for SetTaskStatusOutput
source§impl PartialEq for SetTaskStatusOutput
impl PartialEq for SetTaskStatusOutput
source§fn eq(&self, other: &SetTaskStatusOutput) -> bool
fn eq(&self, other: &SetTaskStatusOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for SetTaskStatusOutput
impl RequestId for SetTaskStatusOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.