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