pub struct NodeGroupUpdateStatus {
pub node_group_id: Option<String>,
pub node_group_member_update_status: Option<Vec<NodeGroupMemberUpdateStatus>>,
}
Expand description
The status of the service update on the node group
Fields§
§node_group_id: Option<String>
The ID of the node group
node_group_member_update_status: Option<Vec<NodeGroupMemberUpdateStatus>>
The status of the service update on the node group member
Trait Implementations§
Source§impl Clone for NodeGroupUpdateStatus
impl Clone for NodeGroupUpdateStatus
Source§fn clone(&self) -> NodeGroupUpdateStatus
fn clone(&self) -> NodeGroupUpdateStatus
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 NodeGroupUpdateStatus
impl Debug for NodeGroupUpdateStatus
Source§impl Default for NodeGroupUpdateStatus
impl Default for NodeGroupUpdateStatus
Source§fn default() -> NodeGroupUpdateStatus
fn default() -> NodeGroupUpdateStatus
Returns the “default value” for a type. Read more
Source§impl PartialEq for NodeGroupUpdateStatus
impl PartialEq for NodeGroupUpdateStatus
impl StructuralPartialEq for NodeGroupUpdateStatus
Auto Trait Implementations§
impl Freeze for NodeGroupUpdateStatus
impl RefUnwindSafe for NodeGroupUpdateStatus
impl Send for NodeGroupUpdateStatus
impl Sync for NodeGroupUpdateStatus
impl Unpin for NodeGroupUpdateStatus
impl UnwindSafe for NodeGroupUpdateStatus
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