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