Struct aws_sdk_appstream::types::ImageStateChangeReason
source · #[non_exhaustive]pub struct ImageStateChangeReason { /* private fields */ }
Expand description
Describes the reason why the last image state change occurred.
Implementations§
source§impl ImageStateChangeReason
impl ImageStateChangeReason
sourcepub fn builder() -> ImageStateChangeReasonBuilder
pub fn builder() -> ImageStateChangeReasonBuilder
Creates a new builder-style object to manufacture ImageStateChangeReason
.
Trait Implementations§
source§impl Clone for ImageStateChangeReason
impl Clone for ImageStateChangeReason
source§fn clone(&self) -> ImageStateChangeReason
fn clone(&self) -> ImageStateChangeReason
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 ImageStateChangeReason
impl Debug for ImageStateChangeReason
source§impl PartialEq<ImageStateChangeReason> for ImageStateChangeReason
impl PartialEq<ImageStateChangeReason> for ImageStateChangeReason
source§fn eq(&self, other: &ImageStateChangeReason) -> bool
fn eq(&self, other: &ImageStateChangeReason) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.