#[non_exhaustive]pub struct UpdateNodegroupVersionOutput { /* private fields */ }Implementations§
source§impl UpdateNodegroupVersionOutput
impl UpdateNodegroupVersionOutput
sourcepub fn builder() -> UpdateNodegroupVersionOutputBuilder
pub fn builder() -> UpdateNodegroupVersionOutputBuilder
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 ==.source§impl RequestId for UpdateNodegroupVersionOutput
impl RequestId for UpdateNodegroupVersionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.