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