Struct aws_sdk_datapipeline::output::SetStatusOutput
source · #[non_exhaustive]pub struct SetStatusOutput {}
Implementations§
source§impl SetStatusOutput
impl SetStatusOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SetStatusOutput
.
Trait Implementations§
source§impl Clone for SetStatusOutput
impl Clone for SetStatusOutput
source§fn clone(&self) -> SetStatusOutput
fn clone(&self) -> SetStatusOutput
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 SetStatusOutput
impl Debug for SetStatusOutput
source§impl PartialEq<SetStatusOutput> for SetStatusOutput
impl PartialEq<SetStatusOutput> for SetStatusOutput
source§fn eq(&self, other: &SetStatusOutput) -> bool
fn eq(&self, other: &SetStatusOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.