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