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