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