Struct aws_sdk_imagebuilder::model::ComponentState
source · #[non_exhaustive]pub struct ComponentState { /* private fields */ }
Expand description
A group of fields that describe the current status of components that are no longer active.
Implementations§
source§impl ComponentState
impl ComponentState
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ComponentState
.
Trait Implementations§
source§impl Clone for ComponentState
impl Clone for ComponentState
source§fn clone(&self) -> ComponentState
fn clone(&self) -> ComponentState
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 ComponentState
impl Debug for ComponentState
source§impl PartialEq<ComponentState> for ComponentState
impl PartialEq<ComponentState> for ComponentState
source§fn eq(&self, other: &ComponentState) -> bool
fn eq(&self, other: &ComponentState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.