Struct aws_sdk_ec2::types::ElasticGpuHealth
source · #[non_exhaustive]pub struct ElasticGpuHealth { /* private fields */ }
Expand description
Describes the status of an Elastic Graphics accelerator.
Implementations§
source§impl ElasticGpuHealth
impl ElasticGpuHealth
sourcepub fn status(&self) -> Option<&ElasticGpuStatus>
pub fn status(&self) -> Option<&ElasticGpuStatus>
The health status.
source§impl ElasticGpuHealth
impl ElasticGpuHealth
sourcepub fn builder() -> ElasticGpuHealthBuilder
pub fn builder() -> ElasticGpuHealthBuilder
Creates a new builder-style object to manufacture ElasticGpuHealth
.
Trait Implementations§
source§impl Clone for ElasticGpuHealth
impl Clone for ElasticGpuHealth
source§fn clone(&self) -> ElasticGpuHealth
fn clone(&self) -> ElasticGpuHealth
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 ElasticGpuHealth
impl Debug for ElasticGpuHealth
source§impl PartialEq<ElasticGpuHealth> for ElasticGpuHealth
impl PartialEq<ElasticGpuHealth> for ElasticGpuHealth
source§fn eq(&self, other: &ElasticGpuHealth) -> bool
fn eq(&self, other: &ElasticGpuHealth) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ElasticGpuHealth
Auto Trait Implementations§
impl RefUnwindSafe for ElasticGpuHealth
impl Send for ElasticGpuHealth
impl Sync for ElasticGpuHealth
impl Unpin for ElasticGpuHealth
impl UnwindSafe for ElasticGpuHealth
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