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