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