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