#[non_exhaustive]pub struct DeleteComponentOutput { /* private fields */ }
Implementations§
source§impl DeleteComponentOutput
impl DeleteComponentOutput
sourcepub fn builder() -> DeleteComponentOutputBuilder
pub fn builder() -> DeleteComponentOutputBuilder
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 ==
.source§impl RequestId for DeleteComponentOutput
impl RequestId for DeleteComponentOutput
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 DeleteComponentOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteComponentOutput
impl Send for DeleteComponentOutput
impl Sync for DeleteComponentOutput
impl Unpin for DeleteComponentOutput
impl UnwindSafe for DeleteComponentOutput
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