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