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