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