pub struct CreateNodegroupResponse {
pub nodegroup: Option<Nodegroup>,
}Fields§
§nodegroup: Option<Nodegroup>The full description of your new node group.
Trait Implementations§
Source§impl Clone for CreateNodegroupResponse
impl Clone for CreateNodegroupResponse
Source§fn clone(&self) -> CreateNodegroupResponse
fn clone(&self) -> CreateNodegroupResponse
Returns a duplicate 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 CreateNodegroupResponse
impl Debug for CreateNodegroupResponse
Source§impl Default for CreateNodegroupResponse
impl Default for CreateNodegroupResponse
Source§fn default() -> CreateNodegroupResponse
fn default() -> CreateNodegroupResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateNodegroupResponse
impl<'de> Deserialize<'de> for CreateNodegroupResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CreateNodegroupResponse
impl PartialEq for CreateNodegroupResponse
impl StructuralPartialEq for CreateNodegroupResponse
Auto Trait Implementations§
impl Freeze for CreateNodegroupResponse
impl RefUnwindSafe for CreateNodegroupResponse
impl Send for CreateNodegroupResponse
impl Sync for CreateNodegroupResponse
impl Unpin for CreateNodegroupResponse
impl UnwindSafe for CreateNodegroupResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more