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
sourceimpl ComponentState
impl ComponentState
sourceimpl ComponentState
impl ComponentState
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ComponentState
.
Trait Implementations
sourceimpl Clone for ComponentState
impl Clone for ComponentState
sourcefn clone(&self) -> ComponentState
fn clone(&self) -> ComponentState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ComponentState
impl Debug for ComponentState
sourceimpl PartialEq<ComponentState> for ComponentState
impl PartialEq<ComponentState> for ComponentState
sourcefn eq(&self, other: &ComponentState) -> bool
fn eq(&self, other: &ComponentState) -> bool
impl StructuralPartialEq for ComponentState
Auto Trait Implementations
impl RefUnwindSafe for ComponentState
impl Send for ComponentState
impl Sync for ComponentState
impl Unpin for ComponentState
impl UnwindSafe for ComponentState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more